Shades of Barossa #4D3941
Tints of Barossa #4D3941
RGB
CMYK
RGB Variations
Color information
#4D3941 (or 0x4D3941) is known color: Barossa. HEX triplet: 4D, 39 and 41. RGB value is (77,57,65). Sum of RGB (Red+Green+Blue) = 77+57+65=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3941 is #B2C6BE. Grayscale: #3F3F3F. Windows color (decimal): -11716287 or 4274509. OLE color: 4274509.
HSL color Cylindrical-coordinate representation of color #4D3941: hue angle of 336º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D3941 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 65 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.70 |
| HSL | 336º | 0.15% | 0.26% | - |
| HSV(B) | 336º | 0.26% | 0.3% | - |
| XYZ | 5.48 | 4.89 | 5.66 | - |
| YUV | 63.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 65 | 0 | 0.26 | 0.16 | 0.70 | 336 | 0.15 | 0.26 |
| Hex | 4D | 39 | 41 | 0 | 1A | 10 | 46 | 150 | F | 1A |
| Octal | 115 | 71 | 101 | 0 | 32 | 20 | 106 | 520 | 17 | 32 |
| Binary | 1001101 | 111001 | 1000001 | 0 | 11010 | 10000 | 1000110 | 101010000 | 1111 | 11010 |
Color Harmonies of #4D3941
Complementary color
Monochromatic Colors of #4D3941
Black with #4D3941
Text Example
Text Example
White with #4D3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3941; }
p { color: rgb(77,57,65); }
H1.HeaderClassName
{
color: #4D3941;
}
.AnyTagClassName
{
color: #4D3941;
}
</style>
background-color css
<style>
a { background-color: #4D3941; }
a { background-color: rgb(77,57,65); }
div.DivClassName
{
background-color: #4D3941;
}
.BgClassName
{
background-color: #4D3941;
}
</style>
border-color css
<style>
span { border-color: #4D3941; }
span { border-color: rgb(77,57,65); }
td.TdClassName
{
border-color: #4D3941;
}
.TagClassName
{
border-color: #4D3941;
}
</style>