Shades of Barossa #4E3442
Tints of Barossa #4E3442
RGB
CMYK
RGB Variations
Color information
#4E3442 (or 0x4E3442) is known color: Barossa. HEX triplet: 4E, 34 and 42. RGB value is (78,52,66). Sum of RGB (Red+Green+Blue) = 78+52+66=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3442 is #B1CBBD. Grayscale: #3D3D3D. Windows color (decimal): -11652030 or 4338766. OLE color: 4338766.
HSL color Cylindrical-coordinate representation of color #4E3442: hue angle of 327.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E3442 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 52 | 66 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.69 |
| HSL | 327.69º | 0.2% | 0.25% | - |
| HSV(B) | 327.69º | 0.33% | 0.31% | - |
| XYZ | 5.35 | 4.47 | 5.73 | - |
| YUV | 61.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 66 | 0 | 0.33 | 0.15 | 0.69 | 327.69 | 0.2 | 0.25 |
| Hex | 4E | 34 | 42 | 0 | 21 | F | 45 | 148 | 14 | 19 |
| Octal | 116 | 64 | 102 | 0 | 41 | 17 | 105 | 510 | 24 | 31 |
| Binary | 1001110 | 110100 | 1000010 | 0 | 100001 | 1111 | 1000101 | 101001000 | 10100 | 11001 |
Color Harmonies of #4E3442
Complementary color
Monochromatic Colors of #4E3442
Black with #4E3442
Text Example
Text Example
White with #4E3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3442; }
p { color: rgb(78,52,66); }
H1.HeaderClassName
{
color: #4E3442;
}
.AnyTagClassName
{
color: #4E3442;
}
</style>
background-color css
<style>
a { background-color: #4E3442; }
a { background-color: rgb(78,52,66); }
div.DivClassName
{
background-color: #4E3442;
}
.BgClassName
{
background-color: #4E3442;
}
</style>
border-color css
<style>
span { border-color: #4E3442; }
span { border-color: rgb(78,52,66); }
td.TdClassName
{
border-color: #4E3442;
}
.TagClassName
{
border-color: #4E3442;
}
</style>