Shades of Barossa #4C323C
Tints of Barossa #4C323C
RGB
CMYK
RGB Variations
Color information
#4C323C (or 0x4C323C) is known color: Barossa. HEX triplet: 4C, 32 and 3C. RGB value is (76,50,60). Sum of RGB (Red+Green+Blue) = 76+50+60=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C323C is #B3CDC3. Grayscale: #3A3A3A. Windows color (decimal): -11783620 or 3945036. OLE color: 3945036.
HSL color Cylindrical-coordinate representation of color #4C323C: hue angle of 336.92º degrees, saturation: 0.21, 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 #4C323C is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 50 | 60 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.70 |
| HSL | 336.92º | 0.21% | 0.25% | - |
| HSV(B) | 336.92º | 0.34% | 0.3% | - |
| XYZ | 4.94 | 4.14 | 4.81 | - |
| YUV | 58.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 60 | 0 | 0.34 | 0.21 | 0.70 | 336.92 | 0.21 | 0.25 |
| Hex | 4C | 32 | 3C | 0 | 22 | 15 | 46 | 151 | 15 | 19 |
| Octal | 114 | 62 | 74 | 0 | 42 | 25 | 106 | 521 | 25 | 31 |
| Binary | 1001100 | 110010 | 111100 | 0 | 100010 | 10101 | 1000110 | 101010001 | 10101 | 11001 |
Color Harmonies of #4C323C
Complementary color
Monochromatic Colors of #4C323C
Black with #4C323C
Text Example
Text Example
White with #4C323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C323C; }
p { color: rgb(76,50,60); }
H1.HeaderClassName
{
color: #4C323C;
}
.AnyTagClassName
{
color: #4C323C;
}
</style>
background-color css
<style>
a { background-color: #4C323C; }
a { background-color: rgb(76,50,60); }
div.DivClassName
{
background-color: #4C323C;
}
.BgClassName
{
background-color: #4C323C;
}
</style>
border-color css
<style>
span { border-color: #4C323C; }
span { border-color: rgb(76,50,60); }
td.TdClassName
{
border-color: #4C323C;
}
.TagClassName
{
border-color: #4C323C;
}
</style>