#4E532D

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

Shades of Waiouru #4E532D

Tints of Waiouru #4E532D

Color information

#4E532D (or 0x4E532D) is unknown color: approx Waiouru. HEX triplet: 4E, 53 and 2D. RGB value is (78,83,45). Sum of RGB (Red+Green+Blue) = 78+83+45=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #4E532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E532D is #B1ACD2. Grayscale: #4D4D4D. Windows color (decimal): -11644115 or 2970446. OLE color: 2970446.

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

Color convert

RGB788345-
CMYK0.0600.460.67
HSL67.89º29.69%25.1%-
HSV(B)67.89º45.78%32.55%-
XYZ6.7183.67-
YUV77.17109.84128.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=37.86%
G=40.29%
B=21.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883450.0600.460.6767.8929.6925.1
Hex4E532D602E43441e19
Octal1161235560561031043631
Binary100111010100111011011100101110100001110001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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