Shades of Barossa #4F3740
Tints of Barossa #4F3740
RGB
CMYK
RGB Variations
Color information
#4F3740 (or 0x4F3740) is known color: Barossa. HEX triplet: 4F, 37 and 40. RGB value is (79,55,64). Sum of RGB (Red+Green+Blue) = 79+55+64=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3740 is #B0C8BF. Grayscale: #3F3F3F. Windows color (decimal): -11585728 or 4208463. OLE color: 4208463.
HSL color Cylindrical-coordinate representation of color #4F3740: hue angle of 337.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 #4F3740 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 64 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.69 |
| HSL | 337.5º | 0.18% | 0.26% | - |
| HSV(B) | 337.5º | 0.3% | 0.31% | - |
| XYZ | 5.52 | 4.76 | 5.48 | - |
| YUV | 63.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 64 | 0 | 0.30 | 0.19 | 0.69 | 337.5 | 0.18 | 0.26 |
| Hex | 4F | 37 | 40 | 0 | 1E | 13 | 45 | 152 | 12 | 1A |
| Octal | 117 | 67 | 100 | 0 | 36 | 23 | 105 | 522 | 22 | 32 |
| Binary | 1001111 | 110111 | 1000000 | 0 | 11110 | 10011 | 1000101 | 101010010 | 10010 | 11010 |
Color Harmonies of #4F3740
Complementary color
Monochromatic Colors of #4F3740
Black with #4F3740
Text Example
Text Example
White with #4F3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3740; }
p { color: rgb(79,55,64); }
H1.HeaderClassName
{
color: #4F3740;
}
.AnyTagClassName
{
color: #4F3740;
}
</style>
background-color css
<style>
a { background-color: #4F3740; }
a { background-color: rgb(79,55,64); }
div.DivClassName
{
background-color: #4F3740;
}
.BgClassName
{
background-color: #4F3740;
}
</style>
border-color css
<style>
span { border-color: #4F3740; }
span { border-color: rgb(79,55,64); }
td.TdClassName
{
border-color: #4F3740;
}
.TagClassName
{
border-color: #4F3740;
}
</style>