Shades of Barossa #4D3740
Tints of Barossa #4D3740
RGB
CMYK
RGB Variations
Color information
#4D3740 (or 0x4D3740) is known color: Barossa. HEX triplet: 4D, 37 and 40. RGB value is (77,55,64). Sum of RGB (Red+Green+Blue) = 77+55+64=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3740 is #B2C8BF. Grayscale: #3E3E3E. Windows color (decimal): -11716800 or 4208461. OLE color: 4208461.
HSL color Cylindrical-coordinate representation of color #4D3740: hue angle of 335.45º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D3740 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 64 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.70 |
| HSL | 335.45º | 0.17% | 0.26% | - |
| HSV(B) | 335.45º | 0.29% | 0.3% | - |
| XYZ | 5.35 | 4.68 | 5.47 | - |
| YUV | 62.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 64 | 0 | 0.29 | 0.17 | 0.70 | 335.45 | 0.17 | 0.26 |
| Hex | 4D | 37 | 40 | 0 | 1D | 11 | 46 | 14F | 11 | 1A |
| Octal | 115 | 67 | 100 | 0 | 35 | 21 | 106 | 517 | 21 | 32 |
| Binary | 1001101 | 110111 | 1000000 | 0 | 11101 | 10001 | 1000110 | 101001111 | 10001 | 11010 |
Color Harmonies of #4D3740
Complementary color
Monochromatic Colors of #4D3740
Black with #4D3740
Text Example
Text Example
White with #4D3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3740; }
p { color: rgb(77,55,64); }
H1.HeaderClassName
{
color: #4D3740;
}
.AnyTagClassName
{
color: #4D3740;
}
</style>
background-color css
<style>
a { background-color: #4D3740; }
a { background-color: rgb(77,55,64); }
div.DivClassName
{
background-color: #4D3740;
}
.BgClassName
{
background-color: #4D3740;
}
</style>
border-color css
<style>
span { border-color: #4D3740; }
span { border-color: rgb(77,55,64); }
td.TdClassName
{
border-color: #4D3740;
}
.TagClassName
{
border-color: #4D3740;
}
</style>