#4E532C

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

Shades of Waiouru #4E532C

Tints of Waiouru #4E532C

Color information

#4E532C (or 0x4E532C) is unknown color: approx Waiouru. HEX triplet: 4E, 53 and 2C. RGB value is (78,83,44). Sum of RGB (Red+Green+Blue) = 78+83+44=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #4E532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E532C is #B1ACD3. Grayscale: #4D4D4D. Windows color (decimal): -11644116 or 2904910. OLE color: 2904910.

HSL color Cylindrical-coordinate representation of color #4E532C: hue angle of 67.69º 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 #4E532C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB788344-
CMYK0.0600.470.67
HSL67.69º30.71%24.9%-
HSV(B)67.69º46.99%32.55%-
XYZ6.697.993.57-
YUV77.06109.34128.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=38.05%
G=40.49%
B=21.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883440.0600.470.6767.6930.7124.9
Hex4E532C602F43441f19
Octal1161235460571031043731
Binary100111010100111011001100101111100001110001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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