#4E2F41

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

Shades of Barossa #4E2F41

Tints of Barossa #4E2F41

Color information

#4E2F41 (or 0x4E2F41) is unknown color: approx Barossa. HEX triplet: 4E, 2F and 41. RGB value is (78,47,65). Sum of RGB (Red+Green+Blue) = 78+47+65=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F41 is #B1D0BE. Grayscale: #3A3A3A. Windows color (decimal): -11653311 or 4271950. OLE color: 4271950.

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

Color convert

RGB784765-
CMYK00.400.170.69
HSL325.16º24.8%24.51%-
HSV(B)325.16º39.74%30.59%-
XYZ5.114.035.51-
YUV58.32131.77142.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=41.05%
G=24.74%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78476500.400.170.69325.1624.824.51
Hex4E2F4102811451451919
Octal11657101050211055053131
Binary1001110101111100000101010001000110001011010001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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