#4E2B40

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

Shades of Barossa #4E2B40

Tints of Barossa #4E2B40

Color information

#4E2B40 (or 0x4E2B40) is unknown color: approx Barossa. HEX triplet: 4E, 2B and 40. RGB value is (78,43,64). Sum of RGB (Red+Green+Blue) = 78+43+64=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B40 is #B1D4BF. Grayscale: #373737. Windows color (decimal): -11654336 or 4205390. OLE color: 4205390.

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

Color convert

RGB784364-
CMYK00.450.180.69
HSL324º28.93%23.73%-
HSV(B)324º44.87%30.59%-
XYZ4.933.725.31-
YUV55.86132.6143.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.16%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=42.16%
G=23.24%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78436400.450.180.6932428.9323.73
Hex4E2B4002D12451441d18
Octal11653100055221055043530
Binary1001110101011100000001011011001010001011010001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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