#4E512C

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

Shades of Waiouru #4E512C

Tints of Waiouru #4E512C

Color information

#4E512C (or 0x4E512C) is unknown color: approx Waiouru. HEX triplet: 4E, 51 and 2C. RGB value is (78,81,44). Sum of RGB (Red+Green+Blue) = 78+81+44=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #4E512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E512C is #B1AED3. Grayscale: #4C4C4C. Windows color (decimal): -11644628 or 2904398. OLE color: 2904398.

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

Color convert

RGB788144-
CMYK0.0400.460.68
HSL64.86º29.6%24.51%-
HSV(B)64.86º45.68%31.76%-
XYZ6.547.693.52-
YUV75.89110.01129.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=38.42%
G=39.90%
B=21.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7881440.0400.460.6864.8629.624.51
Hex4E512C402E44411e19
Octal1161215440561041013631
Binary100111010100011011001000101110100010010000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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