#4E3142

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

Shades of Barossa #4E3142

Tints of Barossa #4E3142

Color information

#4E3142 (or 0x4E3142) is unknown color: approx Barossa. HEX triplet: 4E, 31 and 42. RGB value is (78,49,66). Sum of RGB (Red+Green+Blue) = 78+49+66=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3142 is #B1CEBD. Grayscale: #3B3B3B. Windows color (decimal): -11652798 or 4337998. OLE color: 4337998.

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

Color convert

RGB784966-
CMYK00.370.150.69
HSL324.83º22.83%24.9%-
HSV(B)324.83º37.18%30.59%-
XYZ5.224.215.69-
YUV59.61131.61141.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=40.41%
G=25.39%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78496600.370.150.69324.8322.8324.9
Hex4E3142025F451451719
Octal11661102045171055052731
Binary100111011000110000100100101111110001011010001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,66); }

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

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

 a { background-color: rgb(78,49,66); }

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

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

 span { border-color: rgb(78,49,66); }

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