#4E522D

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

Shades of Waiouru #4E522D

Tints of Waiouru #4E522D

Color information

#4E522D (or 0x4E522D) is unknown color: approx Waiouru. HEX triplet: 4E, 52 and 2D. RGB value is (78,82,45). Sum of RGB (Red+Green+Blue) = 78+82+45=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #4E522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E522D is #B1ADD2. Grayscale: #4C4C4C. Windows color (decimal): -11644371 or 2970190. OLE color: 2970190.

HSL color Cylindrical-coordinate representation of color #4E522D: hue angle of 66.49º 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 #4E522D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB788245-
CMYK0.0500.450.68
HSL66.49º29.13%24.9%-
HSV(B)66.49º45.12%32.16%-
XYZ6.637.843.65-
YUV76.59110.17129.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=38.05%
G=40%
B=21.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7882450.0500.450.6866.4929.1324.9
Hex4E522D502D44421d19
Octal1161225550551041023531
Binary100111010100101011011010101101100010010000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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