Shades of Barossa #4C323F
Tints of Barossa #4C323F
RGB
CMYK
RGB Variations
Color information
#4C323F (or 0x4C323F) is known color: Barossa. HEX triplet: 4C, 32 and 3F. RGB value is (76,50,63). Sum of RGB (Red+Green+Blue) = 76+50+63=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C323F is #B3CDC0. Grayscale: #3B3B3B. Windows color (decimal): -11783617 or 4141644. OLE color: 4141644.
HSL color Cylindrical-coordinate representation of color #4C323F: hue angle of 330º 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 #4C323F is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 50 | 63 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.70 |
| HSL | 330º | 0.21% | 0.25% | - |
| HSV(B) | 330º | 0.34% | 0.3% | - |
| XYZ | 5.02 | 4.18 | 5.24 | - |
| YUV | 59.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 63 | 0 | 0.34 | 0.17 | 0.70 | 330 | 0.21 | 0.25 |
| Hex | 4C | 32 | 3F | 0 | 22 | 11 | 46 | 14A | 15 | 19 |
| Octal | 114 | 62 | 77 | 0 | 42 | 21 | 106 | 512 | 25 | 31 |
| Binary | 1001100 | 110010 | 111111 | 0 | 100010 | 10001 | 1000110 | 101001010 | 10101 | 11001 |
Color Harmonies of #4C323F
Complementary color
Monochromatic Colors of #4C323F
Black with #4C323F
Text Example
Text Example
White with #4C323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C323F; }
p { color: rgb(76,50,63); }
H1.HeaderClassName
{
color: #4C323F;
}
.AnyTagClassName
{
color: #4C323F;
}
</style>
background-color css
<style>
a { background-color: #4C323F; }
a { background-color: rgb(76,50,63); }
div.DivClassName
{
background-color: #4C323F;
}
.BgClassName
{
background-color: #4C323F;
}
</style>
border-color css
<style>
span { border-color: #4C323F; }
span { border-color: rgb(76,50,63); }
td.TdClassName
{
border-color: #4C323F;
}
.TagClassName
{
border-color: #4C323F;
}
</style>