Shades of Barossa #4E333D
Tints of Barossa #4E333D
RGB
CMYK
RGB Variations
Color information
#4E333D (or 0x4E333D) is known color: Barossa. HEX triplet: 4E, 33 and 3D. RGB value is (78,51,61). Sum of RGB (Red+Green+Blue) = 78+51+61=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E333D is #B1CCC2. Grayscale: #3C3C3C. Windows color (decimal): -11652291 or 4010830. OLE color: 4010830.
HSL color Cylindrical-coordinate representation of color #4E333D: hue angle of 337.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E333D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 61 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.69 |
| HSL | 337.78º | 0.21% | 0.25% | - |
| HSV(B) | 337.78º | 0.35% | 0.31% | - |
| XYZ | 5.17 | 4.32 | 4.98 | - |
| YUV | 60.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 61 | 0 | 0.35 | 0.22 | 0.69 | 337.78 | 0.21 | 0.25 |
| Hex | 4E | 33 | 3D | 0 | 23 | 16 | 45 | 152 | 15 | 19 |
| Octal | 116 | 63 | 75 | 0 | 43 | 26 | 105 | 522 | 25 | 31 |
| Binary | 1001110 | 110011 | 111101 | 0 | 100011 | 10110 | 1000101 | 101010010 | 10101 | 11001 |
Color Harmonies of #4E333D
Complementary color
Monochromatic Colors of #4E333D
Black with #4E333D
Text Example
Text Example
White with #4E333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E333D; }
p { color: rgb(78,51,61); }
H1.HeaderClassName
{
color: #4E333D;
}
.AnyTagClassName
{
color: #4E333D;
}
</style>
background-color css
<style>
a { background-color: #4E333D; }
a { background-color: rgb(78,51,61); }
div.DivClassName
{
background-color: #4E333D;
}
.BgClassName
{
background-color: #4E333D;
}
</style>
border-color css
<style>
span { border-color: #4E333D; }
span { border-color: rgb(78,51,61); }
td.TdClassName
{
border-color: #4E333D;
}
.TagClassName
{
border-color: #4E333D;
}
</style>