Shades of Barossa #4E3942
Tints of Barossa #4E3942
RGB
CMYK
RGB Variations
Color information
#4E3942 (or 0x4E3942) is known color: Barossa. HEX triplet: 4E, 39 and 42. RGB value is (78,57,66). Sum of RGB (Red+Green+Blue) = 78+57+66=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3942 is #B1C6BD. Grayscale: #404040. Windows color (decimal): -11650750 or 4340046. OLE color: 4340046.
HSL color Cylindrical-coordinate representation of color #4E3942: hue angle of 334.29º 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 #4E3942 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 66 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.69 |
| HSL | 334.29º | 0.16% | 0.26% | - |
| HSV(B) | 334.29º | 0.27% | 0.31% | - |
| XYZ | 5.59 | 4.94 | 5.81 | - |
| YUV | 64.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 66 | 0 | 0.27 | 0.15 | 0.69 | 334.29 | 0.16 | 0.26 |
| Hex | 4E | 39 | 42 | 0 | 1B | F | 45 | 14E | 10 | 1A |
| Octal | 116 | 71 | 102 | 0 | 33 | 17 | 105 | 516 | 20 | 32 |
| Binary | 1001110 | 111001 | 1000010 | 0 | 11011 | 1111 | 1000101 | 101001110 | 10000 | 11010 |
Color Harmonies of #4E3942
Complementary color
Monochromatic Colors of #4E3942
Black with #4E3942
Text Example
Text Example
White with #4E3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3942; }
p { color: rgb(78,57,66); }
H1.HeaderClassName
{
color: #4E3942;
}
.AnyTagClassName
{
color: #4E3942;
}
</style>
background-color css
<style>
a { background-color: #4E3942; }
a { background-color: rgb(78,57,66); }
div.DivClassName
{
background-color: #4E3942;
}
.BgClassName
{
background-color: #4E3942;
}
</style>
border-color css
<style>
span { border-color: #4E3942; }
span { border-color: rgb(78,57,66); }
td.TdClassName
{
border-color: #4E3942;
}
.TagClassName
{
border-color: #4E3942;
}
</style>