Shades of Barossa #4F3741
Tints of Barossa #4F3741
RGB
CMYK
RGB Variations
Color information
#4F3741 (or 0x4F3741) is known color: Barossa. HEX triplet: 4F, 37 and 41. RGB value is (79,55,65). Sum of RGB (Red+Green+Blue) = 79+55+65=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3741 is #B0C8BE. Grayscale: #3F3F3F. Windows color (decimal): -11585727 or 4273999. OLE color: 4273999.
HSL color Cylindrical-coordinate representation of color #4F3741: hue angle of 335º 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 #4F3741 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 65 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.69 |
| HSL | 335º | 0.18% | 0.26% | - |
| HSV(B) | 335º | 0.3% | 0.31% | - |
| XYZ | 5.54 | 4.78 | 5.63 | - |
| YUV | 63.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 65 | 0 | 0.30 | 0.18 | 0.69 | 335 | 0.18 | 0.26 |
| Hex | 4F | 37 | 41 | 0 | 1E | 12 | 45 | 14F | 12 | 1A |
| Octal | 117 | 67 | 101 | 0 | 36 | 22 | 105 | 517 | 22 | 32 |
| Binary | 1001111 | 110111 | 1000001 | 0 | 11110 | 10010 | 1000101 | 101001111 | 10010 | 11010 |
Color Harmonies of #4F3741
Complementary color
Monochromatic Colors of #4F3741
Black with #4F3741
Text Example
Text Example
White with #4F3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3741; }
p { color: rgb(79,55,65); }
H1.HeaderClassName
{
color: #4F3741;
}
.AnyTagClassName
{
color: #4F3741;
}
</style>
background-color css
<style>
a { background-color: #4F3741; }
a { background-color: rgb(79,55,65); }
div.DivClassName
{
background-color: #4F3741;
}
.BgClassName
{
background-color: #4F3741;
}
</style>
border-color css
<style>
span { border-color: #4F3741; }
span { border-color: rgb(79,55,65); }
td.TdClassName
{
border-color: #4F3741;
}
.TagClassName
{
border-color: #4F3741;
}
</style>