Shades of Barossa #4D323D
Tints of Barossa #4D323D
RGB
CMYK
RGB Variations
Color information
#4D323D (or 0x4D323D) is known color: Barossa. HEX triplet: 4D, 32 and 3D. RGB value is (77,50,61). Sum of RGB (Red+Green+Blue) = 77+50+61=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D323D is #B2CDC2. Grayscale: #3B3B3B. Windows color (decimal): -11718083 or 4010573. OLE color: 4010573.
HSL color Cylindrical-coordinate representation of color #4D323D: hue angle of 335.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D323D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 61 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.70 |
| HSL | 335.56º | 0.21% | 0.25% | - |
| HSV(B) | 335.56º | 0.35% | 0.3% | - |
| XYZ | 5.04 | 4.2 | 4.96 | - |
| YUV | 59.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 61 | 0 | 0.35 | 0.21 | 0.70 | 335.56 | 0.21 | 0.25 |
| Hex | 4D | 32 | 3D | 0 | 23 | 15 | 46 | 150 | 15 | 19 |
| Octal | 115 | 62 | 75 | 0 | 43 | 25 | 106 | 520 | 25 | 31 |
| Binary | 1001101 | 110010 | 111101 | 0 | 100011 | 10101 | 1000110 | 101010000 | 10101 | 11001 |
Color Harmonies of #4D323D
Complementary color
Monochromatic Colors of #4D323D
Black with #4D323D
Text Example
Text Example
White with #4D323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D323D; }
p { color: rgb(77,50,61); }
H1.HeaderClassName
{
color: #4D323D;
}
.AnyTagClassName
{
color: #4D323D;
}
</style>
background-color css
<style>
a { background-color: #4D323D; }
a { background-color: rgb(77,50,61); }
div.DivClassName
{
background-color: #4D323D;
}
.BgClassName
{
background-color: #4D323D;
}
</style>
border-color css
<style>
span { border-color: #4D323D; }
span { border-color: rgb(77,50,61); }
td.TdClassName
{
border-color: #4D323D;
}
.TagClassName
{
border-color: #4D323D;
}
</style>