#51522D

Color #51522D Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #51522D

Tints of Waiouru #51522D

Color information

#51522D (or 0x51522D) is unknown color: approx Waiouru. HEX triplet: 51, 52 and 2D. RGB value is (81,82,45). Sum of RGB (Red+Green+Blue) = 81+82+45=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #51522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51522D is #AEADD2. Grayscale: #4D4D4D. Windows color (decimal): -11447763 or 2970193. OLE color: 2970193.

HSL color Cylindrical-coordinate representation of color #51522D: hue angle of 61.62º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51522D is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB818245-
CMYK0.0100.450.68
HSL61.62º29.13%24.9%-
HSV(B)61.62º45.12%32.16%-
XYZ6.887.973.66-
YUV77.48109.67130.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=38.94%
G=39.42%
B=21.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182450.0100.450.6861.6229.1324.9
Hex51522D102D443e1d19
Octal121122551055104763531
Binary101000110100101011011010110110001001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51522D; }

 p { color: rgb(81,82,45); }

 H1.HeaderClassName
 {
   color: #51522D;
 }
 .AnyTagClassName
 {
   color: #51522D;
 }
</style>
background-color css

<style>
 a { background-color: #51522D; }

 a { background-color: rgb(81,82,45); }

 div.DivClassName
 {
   background-color: #51522D;
 }
 .BgClassName
 {
   background-color: #51522D;
 }
</style>
border-color css

<style>
 span { border-color: #51522D; }

 span { border-color: rgb(81,82,45); }

 td.TdClassName
 {
   border-color: #51522D;
 }
 .TagClassName
 {
   border-color: #51522D;
 }
</style>