#51522C

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

Shades of Waiouru #51522C

Tints of Waiouru #51522C

Color information

#51522C (or 0x51522C) is unknown color: approx Waiouru. HEX triplet: 51, 52 and 2C. RGB value is (81,82,44). Sum of RGB (Red+Green+Blue) = 81+82+44=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #51522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51522C is #AEADD3. Grayscale: #4D4D4D. Windows color (decimal): -11447764 or 2904657. OLE color: 2904657.

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

Color convert

RGB818244-
CMYK0.0100.460.68
HSL61.58º30.16%24.71%-
HSV(B)61.58º46.34%32.16%-
XYZ6.877.973.56-
YUV77.37109.17130.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=39.13%
G=39.61%
B=21.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182440.0100.460.6861.5830.1624.71
Hex51522C102E443e1e19
Octal121122541056104763631
Binary101000110100101011001010111010001001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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