Shades of Barossa #4D323C
Tints of Barossa #4D323C
RGB
CMYK
RGB Variations
Color information
#4D323C (or 0x4D323C) is known color: Barossa. HEX triplet: 4D, 32 and 3C. RGB value is (77,50,60). Sum of RGB (Red+Green+Blue) = 77+50+60=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D323C is #B2CDC3. Grayscale: #3B3B3B. Windows color (decimal): -11718084 or 3945037. OLE color: 3945037.
HSL color Cylindrical-coordinate representation of color #4D323C: hue angle of 337.78º 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 #4D323C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 60 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.70 |
| HSL | 337.78º | 0.21% | 0.25% | - |
| HSV(B) | 337.78º | 0.35% | 0.3% | - |
| XYZ | 5.02 | 4.19 | 4.82 | - |
| YUV | 59.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 60 | 0 | 0.35 | 0.22 | 0.70 | 337.78 | 0.21 | 0.25 |
| Hex | 4D | 32 | 3C | 0 | 23 | 16 | 46 | 152 | 15 | 19 |
| Octal | 115 | 62 | 74 | 0 | 43 | 26 | 106 | 522 | 25 | 31 |
| Binary | 1001101 | 110010 | 111100 | 0 | 100011 | 10110 | 1000110 | 101010010 | 10101 | 11001 |
Color Harmonies of #4D323C
Complementary color
Monochromatic Colors of #4D323C
Black with #4D323C
Text Example
Text Example
White with #4D323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D323C; }
p { color: rgb(77,50,60); }
H1.HeaderClassName
{
color: #4D323C;
}
.AnyTagClassName
{
color: #4D323C;
}
</style>
background-color css
<style>
a { background-color: #4D323C; }
a { background-color: rgb(77,50,60); }
div.DivClassName
{
background-color: #4D323C;
}
.BgClassName
{
background-color: #4D323C;
}
</style>
border-color css
<style>
span { border-color: #4D323C; }
span { border-color: rgb(77,50,60); }
td.TdClassName
{
border-color: #4D323C;
}
.TagClassName
{
border-color: #4D323C;
}
</style>