Shades of Barossa #4D313C
Tints of Barossa #4D313C
RGB
CMYK
RGB Variations
Color information
#4D313C (or 0x4D313C) is known color: Barossa. HEX triplet: 4D, 31 and 3C. RGB value is (77,49,60). Sum of RGB (Red+Green+Blue) = 77+49+60=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D313C is #B2CEC3. Grayscale: #3A3A3A. Windows color (decimal): -11718340 or 3944781. OLE color: 3944781.
HSL color Cylindrical-coordinate representation of color #4D313C: hue angle of 336.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D313C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 60 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.70 |
| HSL | 336.43º | 0.22% | 0.25% | - |
| HSV(B) | 336.43º | 0.36% | 0.3% | - |
| XYZ | 4.97 | 4.1 | 4.8 | - |
| YUV | 58.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 60 | 0 | 0.36 | 0.22 | 0.70 | 336.43 | 0.22 | 0.25 |
| Hex | 4D | 31 | 3C | 0 | 24 | 16 | 46 | 150 | 16 | 19 |
| Octal | 115 | 61 | 74 | 0 | 44 | 26 | 106 | 520 | 26 | 31 |
| Binary | 1001101 | 110001 | 111100 | 0 | 100100 | 10110 | 1000110 | 101010000 | 10110 | 11001 |
Color Harmonies of #4D313C
Complementary color
Monochromatic Colors of #4D313C
Black with #4D313C
Text Example
Text Example
White with #4D313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D313C; }
p { color: rgb(77,49,60); }
H1.HeaderClassName
{
color: #4D313C;
}
.AnyTagClassName
{
color: #4D313C;
}
</style>
background-color css
<style>
a { background-color: #4D313C; }
a { background-color: rgb(77,49,60); }
div.DivClassName
{
background-color: #4D313C;
}
.BgClassName
{
background-color: #4D313C;
}
</style>
border-color css
<style>
span { border-color: #4D313C; }
span { border-color: rgb(77,49,60); }
td.TdClassName
{
border-color: #4D313C;
}
.TagClassName
{
border-color: #4D313C;
}
</style>