Shades of Barossa #4E3943
Tints of Barossa #4E3943
RGB
CMYK
RGB Variations
Color information
#4E3943 (or 0x4E3943) is known color: Barossa. HEX triplet: 4E, 39 and 43. RGB value is (78,57,67). Sum of RGB (Red+Green+Blue) = 78+57+67=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3943 is #B1C6BC. Grayscale: #404040. Windows color (decimal): -11650749 or 4405582. OLE color: 4405582.
HSL color Cylindrical-coordinate representation of color #4E3943: hue angle of 331.43º 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 #4E3943 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 67 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.69 |
| HSL | 331.43º | 0.16% | 0.26% | - |
| HSV(B) | 331.43º | 0.27% | 0.31% | - |
| XYZ | 5.62 | 4.95 | 5.97 | - |
| YUV | 64.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 67 | 0 | 0.27 | 0.14 | 0.69 | 331.43 | 0.16 | 0.26 |
| Hex | 4E | 39 | 43 | 0 | 1B | E | 45 | 14B | 10 | 1A |
| Octal | 116 | 71 | 103 | 0 | 33 | 16 | 105 | 513 | 20 | 32 |
| Binary | 1001110 | 111001 | 1000011 | 0 | 11011 | 1110 | 1000101 | 101001011 | 10000 | 11010 |
Color Harmonies of #4E3943
Complementary color
Monochromatic Colors of #4E3943
Black with #4E3943
Text Example
Text Example
White with #4E3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3943; }
p { color: rgb(78,57,67); }
H1.HeaderClassName
{
color: #4E3943;
}
.AnyTagClassName
{
color: #4E3943;
}
</style>
background-color css
<style>
a { background-color: #4E3943; }
a { background-color: rgb(78,57,67); }
div.DivClassName
{
background-color: #4E3943;
}
.BgClassName
{
background-color: #4E3943;
}
</style>
border-color css
<style>
span { border-color: #4E3943; }
span { border-color: rgb(78,57,67); }
td.TdClassName
{
border-color: #4E3943;
}
.TagClassName
{
border-color: #4E3943;
}
</style>