Shades of Barossa #4F323E
Tints of Barossa #4F323E
RGB
CMYK
RGB Variations
Color information
#4F323E (or 0x4F323E) is known color: Barossa. HEX triplet: 4F, 32 and 3E. RGB value is (79,50,62). Sum of RGB (Red+Green+Blue) = 79+50+62=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F323E is #B0CDC1. Grayscale: #3C3C3C. Windows color (decimal): -11587010 or 4076111. OLE color: 4076111.
HSL color Cylindrical-coordinate representation of color #4F323E: hue angle of 335.17º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F323E is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 62 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.69 |
| HSL | 335.17º | 0.22% | 0.25% | - |
| HSV(B) | 335.17º | 0.37% | 0.31% | - |
| XYZ | 5.23 | 4.29 | 5.11 | - |
| YUV | 60.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 62 | 0 | 0.37 | 0.22 | 0.69 | 335.17 | 0.22 | 0.25 |
| Hex | 4F | 32 | 3E | 0 | 25 | 16 | 45 | 14F | 16 | 19 |
| Octal | 117 | 62 | 76 | 0 | 45 | 26 | 105 | 517 | 26 | 31 |
| Binary | 1001111 | 110010 | 111110 | 0 | 100101 | 10110 | 1000101 | 101001111 | 10110 | 11001 |
Color Harmonies of #4F323E
Complementary color
Monochromatic Colors of #4F323E
Black with #4F323E
Text Example
Text Example
White with #4F323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F323E; }
p { color: rgb(79,50,62); }
H1.HeaderClassName
{
color: #4F323E;
}
.AnyTagClassName
{
color: #4F323E;
}
</style>
background-color css
<style>
a { background-color: #4F323E; }
a { background-color: rgb(79,50,62); }
div.DivClassName
{
background-color: #4F323E;
}
.BgClassName
{
background-color: #4F323E;
}
</style>
border-color css
<style>
span { border-color: #4F323E; }
span { border-color: rgb(79,50,62); }
td.TdClassName
{
border-color: #4F323E;
}
.TagClassName
{
border-color: #4F323E;
}
</style>