Shades of Barossa #4D333D
Tints of Barossa #4D333D
RGB
CMYK
RGB Variations
Color information
#4D333D (or 0x4D333D) is known color: Barossa. HEX triplet: 4D, 33 and 3D. RGB value is (77,51,61). Sum of RGB (Red+Green+Blue) = 77+51+61=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D333D is #B2CCC2. Grayscale: #3B3B3B. Windows color (decimal): -11717827 or 4010829. OLE color: 4010829.
HSL color Cylindrical-coordinate representation of color #4D333D: hue angle of 336.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D333D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 61 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.70 |
| HSL | 336.92º | 0.2% | 0.25% | - |
| HSV(B) | 336.92º | 0.34% | 0.3% | - |
| XYZ | 5.09 | 4.28 | 4.97 | - |
| YUV | 59.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 61 | 0 | 0.34 | 0.21 | 0.70 | 336.92 | 0.2 | 0.25 |
| Hex | 4D | 33 | 3D | 0 | 22 | 15 | 46 | 151 | 14 | 19 |
| Octal | 115 | 63 | 75 | 0 | 42 | 25 | 106 | 521 | 24 | 31 |
| Binary | 1001101 | 110011 | 111101 | 0 | 100010 | 10101 | 1000110 | 101010001 | 10100 | 11001 |
Color Harmonies of #4D333D
Complementary color
Monochromatic Colors of #4D333D
Black with #4D333D
Text Example
Text Example
White with #4D333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D333D; }
p { color: rgb(77,51,61); }
H1.HeaderClassName
{
color: #4D333D;
}
.AnyTagClassName
{
color: #4D333D;
}
</style>
background-color css
<style>
a { background-color: #4D333D; }
a { background-color: rgb(77,51,61); }
div.DivClassName
{
background-color: #4D333D;
}
.BgClassName
{
background-color: #4D333D;
}
</style>
border-color css
<style>
span { border-color: #4D333D; }
span { border-color: rgb(77,51,61); }
td.TdClassName
{
border-color: #4D333D;
}
.TagClassName
{
border-color: #4D333D;
}
</style>