#4E2940

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

Shades of Barossa #4E2940

Tints of Barossa #4E2940

Color information

#4E2940 (or 0x4E2940) is unknown color: approx Barossa. HEX triplet: 4E, 29 and 40. RGB value is (78,41,64). Sum of RGB (Red+Green+Blue) = 78+41+64=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2940 is #B1D6BF. Grayscale: #363636. Windows color (decimal): -11654848 or 4204878. OLE color: 4204878.

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

Color convert

RGB784164-
CMYK00.470.180.69
HSL322.7º31.09%23.33%-
HSV(B)322.7º47.44%30.59%-
XYZ4.863.585.28-
YUV54.68133.26144.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=42.62%
G=22.40%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78416400.470.180.69322.731.0923.33
Hex4E294002F12451431f17
Octal11651100057221055033727
Binary1001110101001100000001011111001010001011010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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