Shades of Barossa #4E2E3C
Tints of Barossa #4E2E3C
RGB
CMYK
RGB Variations
Color information
#4E2E3C (or 0x4E2E3C) is known color: Barossa. HEX triplet: 4E, 2E and 3C. RGB value is (78,46,60). Sum of RGB (Red+Green+Blue) = 78+46+60=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E3C is #B1D1C3. Grayscale: #393939. Windows color (decimal): -11653572 or 3944014. OLE color: 3944014.
HSL color Cylindrical-coordinate representation of color #4E2E3C: hue angle of 333.75º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E3C is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 60 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.69 |
| HSL | 333.75º | 0.26% | 0.24% | - |
| HSV(B) | 333.75º | 0.41% | 0.31% | - |
| XYZ | 4.93 | 3.9 | 4.77 | - |
| YUV | 57.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 60 | 0 | 0.41 | 0.23 | 0.69 | 333.75 | 0.26 | 0.24 |
| Hex | 4E | 2E | 3C | 0 | 29 | 17 | 45 | 14E | 1A | 18 |
| Octal | 116 | 56 | 74 | 0 | 51 | 27 | 105 | 516 | 32 | 30 |
| Binary | 1001110 | 101110 | 111100 | 0 | 101001 | 10111 | 1000101 | 101001110 | 11010 | 11000 |
Color Harmonies of #4E2E3C
Complementary color
Monochromatic Colors of #4E2E3C
Black with #4E2E3C
Text Example
Text Example
White with #4E2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E3C; }
p { color: rgb(78,46,60); }
H1.HeaderClassName
{
color: #4E2E3C;
}
.AnyTagClassName
{
color: #4E2E3C;
}
</style>
background-color css
<style>
a { background-color: #4E2E3C; }
a { background-color: rgb(78,46,60); }
div.DivClassName
{
background-color: #4E2E3C;
}
.BgClassName
{
background-color: #4E2E3C;
}
</style>
border-color css
<style>
span { border-color: #4E2E3C; }
span { border-color: rgb(78,46,60); }
td.TdClassName
{
border-color: #4E2E3C;
}
.TagClassName
{
border-color: #4E2E3C;
}
</style>