#4C532C

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

Shades of Waiouru #4C532C

Tints of Waiouru #4C532C

Color information

#4C532C (or 0x4C532C) is unknown color: approx Waiouru. HEX triplet: 4C, 53 and 2C. RGB value is (76,83,44). Sum of RGB (Red+Green+Blue) = 76+83+44=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #4C532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C532C is #B3ACD3. Grayscale: #4C4C4C. Windows color (decimal): -11775188 or 2904908. OLE color: 2904908.

HSL color Cylindrical-coordinate representation of color #4C532C: hue angle of 70.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C532C is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB768344-
CMYK0.0800.470.67
HSL70.77º30.71%24.9%-
HSV(B)70.77º46.99%32.55%-
XYZ6.537.93.56-
YUV76.46109.68127.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=37.44%
G=40.89%
B=21.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683440.0800.470.6770.7730.7124.9
Hex4C532C802F43471f19
Octal11412354100571031073731
Binary1001100101001110110010000101111100001110001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C532C; }

 p { color: rgb(76,83,44); }

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

<style>
 a { background-color: #4C532C; }

 a { background-color: rgb(76,83,44); }

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

<style>
 span { border-color: #4C532C; }

 span { border-color: rgb(76,83,44); }

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