#4E3944

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

Shades of Barossa #4E3944

Tints of Barossa #4E3944

Color information

#4E3944 (or 0x4E3944) is unknown color: approx Barossa. HEX triplet: 4E, 39 and 44. RGB value is (78,57,68). Sum of RGB (Red+Green+Blue) = 78+57+68=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3944 is #B1C6BB. Grayscale: #404040. Windows color (decimal): -11650748 or 4471118. OLE color: 4471118.

HSL color Cylindrical-coordinate representation of color #4E3944: hue angle of 328.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E3944 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB785768-
CMYK00.270.130.69
HSL328.57º15.56%26.47%-
HSV(B)328.57º26.92%30.59%-
XYZ5.654.966.13-
YUV64.53129.96137.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=38.42%
G=28.08%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78576800.270.130.69328.5715.5626.47
Hex4E394401BD45149101a
Octal11671104033151055112032
Binary10011101110011000100011011110110001011010010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,57,68); }

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

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

 a { background-color: rgb(78,57,68); }

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

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

 span { border-color: rgb(78,57,68); }

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