#4E2F3D

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

Shades of Barossa #4E2F3D

Tints of Barossa #4E2F3D

Color information

#4E2F3D (or 0x4E2F3D) is unknown color: approx Barossa. HEX triplet: 4E, 2F and 3D. RGB value is (78,47,61). Sum of RGB (Red+Green+Blue) = 78+47+61=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F3D is #B1D0C2. Grayscale: #393939. Windows color (decimal): -11653315 or 4009806. OLE color: 4009806.

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

Color convert

RGB784761-
CMYK00.400.220.69
HSL332.9º24.8%24.51%-
HSV(B)332.9º39.74%30.59%-
XYZ53.994.92-
YUV57.86129.77142.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.94%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=41.94%
G=25.27%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78476100.400.220.69332.924.824.51
Hex4E2F3D028164514d1919
Octal1165775050261055153131
Binary100111010111111110101010001011010001011010011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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