#4E4E2A

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

Shades of Waiouru #4E4E2A

Tints of Waiouru #4E4E2A

Color information

#4E4E2A (or 0x4E4E2A) is unknown color: approx Waiouru. HEX triplet: 4E, 4E and 2A. RGB value is (78,78,42). Sum of RGB (Red+Green+Blue) = 78+78+42=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 78 - color contains mainly: red, green. Hex color #4E4E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4E2A is #B1B1D5. Grayscale: #4A4A4A. Windows color (decimal): -11645398 or 2772558. OLE color: 2772558.

HSL color Cylindrical-coordinate representation of color #4E4E2A: hue angle of 60º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E4E2A is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB787842-
CMYK000.460.69
HSL60º30%23.53%-
HSV(B)60º46.15%30.59%-
XYZ6.287.243.26-
YUV73.9110130.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.39%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=39.39%
G=39.39%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal787842000.460.69603023.53
Hex4E4E2A002E453c1e18
Octal116116520056105743630
Binary100111010011101010100010111010001011111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,78,42); }

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

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

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

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

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

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

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