#4E2A40

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

Shades of Barossa #4E2A40

Tints of Barossa #4E2A40

Color information

#4E2A40 (or 0x4E2A40) is unknown color: approx Barossa. HEX triplet: 4E, 2A and 40. RGB value is (78,42,64). Sum of RGB (Red+Green+Blue) = 78+42+64=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A40 is #B1D5BF. Grayscale: #373737. Windows color (decimal): -11654592 or 4205134. OLE color: 4205134.

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

Color convert

RGB784264-
CMYK00.460.180.69
HSL323.33º30%23.53%-
HSV(B)323.33º46.15%30.59%-
XYZ4.93.655.3-
YUV55.27132.93144.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.39%
GREEN value IS 42 (16.80% from 255) = 22.83%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=42.39%
G=22.83%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78426400.460.180.69323.333023.53
Hex4E2A4002E12451431e18
Octal11652100056221055033630
Binary1001110101010100000001011101001010001011010000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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