#4E2D40

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

Shades of Barossa #4E2D40

Tints of Barossa #4E2D40

Color information

#4E2D40 (or 0x4E2D40) is unknown color: approx Barossa. HEX triplet: 4E, 2D and 40. RGB value is (78,45,64). Sum of RGB (Red+Green+Blue) = 78+45+64=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D40 is #B1D2BF. Grayscale: #383838. Windows color (decimal): -11653824 or 4205902. OLE color: 4205902.

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

Color convert

RGB784564-
CMYK00.420.180.69
HSL325.45º26.83%24.12%-
HSV(B)325.45º42.31%30.59%-
XYZ5.013.875.33-
YUV57.03131.93142.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=41.71%
G=24.06%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78456400.420.180.69325.4526.8324.12
Hex4E2D4002A12451451b18
Octal11655100052221055053330
Binary1001110101101100000001010101001010001011010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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