#4E2F40

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

Shades of Barossa #4E2F40

Tints of Barossa #4E2F40

Color information

#4E2F40 (or 0x4E2F40) is unknown color: approx Barossa. HEX triplet: 4E, 2F and 40. RGB value is (78,47,64). Sum of RGB (Red+Green+Blue) = 78+47+64=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F40 is #B1D0BF. Grayscale: #3A3A3A. Windows color (decimal): -11653312 or 4206414. OLE color: 4206414.

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

Color convert

RGB784764-
CMYK00.400.180.69
HSL327.1º24.8%24.51%-
HSV(B)327.1º39.74%30.59%-
XYZ5.084.025.36-
YUV58.21131.27142.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=41.27%
G=24.87%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78476400.400.180.69327.124.824.51
Hex4E2F4002812451471919
Octal11657100050221055073131
Binary1001110101111100000001010001001010001011010001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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