Shades of Barossa #4C323E
Tints of Barossa #4C323E
RGB
CMYK
RGB Variations
Color information
#4C323E (or 0x4C323E) is known color: Barossa. HEX triplet: 4C, 32 and 3E. RGB value is (76,50,62). Sum of RGB (Red+Green+Blue) = 76+50+62=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C323E is #B3CDC1. Grayscale: #3B3B3B. Windows color (decimal): -11783618 or 4076108. OLE color: 4076108.
HSL color Cylindrical-coordinate representation of color #4C323E: hue angle of 332.31º 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 #4C323E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 50 | 62 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.70 |
| HSL | 332.31º | 0.21% | 0.25% | - |
| HSV(B) | 332.31º | 0.34% | 0.3% | - |
| XYZ | 4.99 | 4.17 | 5.1 | - |
| YUV | 59.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 62 | 0 | 0.34 | 0.18 | 0.70 | 332.31 | 0.21 | 0.25 |
| Hex | 4C | 32 | 3E | 0 | 22 | 12 | 46 | 14C | 15 | 19 |
| Octal | 114 | 62 | 76 | 0 | 42 | 22 | 106 | 514 | 25 | 31 |
| Binary | 1001100 | 110010 | 111110 | 0 | 100010 | 10010 | 1000110 | 101001100 | 10101 | 11001 |
Color Harmonies of #4C323E
Complementary color
Monochromatic Colors of #4C323E
Black with #4C323E
Text Example
Text Example
White with #4C323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C323E; }
p { color: rgb(76,50,62); }
H1.HeaderClassName
{
color: #4C323E;
}
.AnyTagClassName
{
color: #4C323E;
}
</style>
background-color css
<style>
a { background-color: #4C323E; }
a { background-color: rgb(76,50,62); }
div.DivClassName
{
background-color: #4C323E;
}
.BgClassName
{
background-color: #4C323E;
}
</style>
border-color css
<style>
span { border-color: #4C323E; }
span { border-color: rgb(76,50,62); }
td.TdClassName
{
border-color: #4C323E;
}
.TagClassName
{
border-color: #4C323E;
}
</style>