Shades of Barossa #4F3744
Tints of Barossa #4F3744
RGB
CMYK
RGB Variations
Color information
#4F3744 (or 0x4F3744) is known color: Barossa. HEX triplet: 4F, 37 and 44. RGB value is (79,55,68). Sum of RGB (Red+Green+Blue) = 79+55+68=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3744 is #B0C8BB. Grayscale: #3F3F3F. Windows color (decimal): -11585724 or 4470607. OLE color: 4470607.
HSL color Cylindrical-coordinate representation of color #4F3744: hue angle of 327.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F3744 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 68 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.69 |
| HSL | 327.5º | 0.18% | 0.26% | - |
| HSV(B) | 327.5º | 0.3% | 0.31% | - |
| XYZ | 5.63 | 4.81 | 6.1 | - |
| YUV | 63.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 68 | 0 | 0.30 | 0.14 | 0.69 | 327.5 | 0.18 | 0.26 |
| Hex | 4F | 37 | 44 | 0 | 1E | E | 45 | 148 | 12 | 1A |
| Octal | 117 | 67 | 104 | 0 | 36 | 16 | 105 | 510 | 22 | 32 |
| Binary | 1001111 | 110111 | 1000100 | 0 | 11110 | 1110 | 1000101 | 101001000 | 10010 | 11010 |
Color Harmonies of #4F3744
Complementary color
Monochromatic Colors of #4F3744
Black with #4F3744
Text Example
Text Example
White with #4F3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3744; }
p { color: rgb(79,55,68); }
H1.HeaderClassName
{
color: #4F3744;
}
.AnyTagClassName
{
color: #4F3744;
}
</style>
background-color css
<style>
a { background-color: #4F3744; }
a { background-color: rgb(79,55,68); }
div.DivClassName
{
background-color: #4F3744;
}
.BgClassName
{
background-color: #4F3744;
}
</style>
border-color css
<style>
span { border-color: #4F3744; }
span { border-color: rgb(79,55,68); }
td.TdClassName
{
border-color: #4F3744;
}
.TagClassName
{
border-color: #4F3744;
}
</style>