#4E3042

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

Shades of Barossa #4E3042

Tints of Barossa #4E3042

Color information

#4E3042 (or 0x4E3042) is unknown color: approx Barossa. HEX triplet: 4E, 30 and 42. RGB value is (78,48,66). Sum of RGB (Red+Green+Blue) = 78+48+66=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3042 is #B1CFBD. Grayscale: #3A3A3A. Windows color (decimal): -11653054 or 4337742. OLE color: 4337742.

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

Color convert

RGB784866-
CMYK00.380.150.69
HSL324º23.81%24.71%-
HSV(B)324º38.46%30.59%-
XYZ5.184.135.68-
YUV59.02131.94141.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=40.62%
G=25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78486600.380.150.6932423.8124.71
Hex4E3042026F451441819
Octal11660102046171055043031
Binary100111011000010000100100110111110001011010001001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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