Shades of Barossa #4C323D
Tints of Barossa #4C323D
RGB
CMYK
RGB Variations
Color information
#4C323D (or 0x4C323D) is known color: Barossa. HEX triplet: 4C, 32 and 3D. RGB value is (76,50,61). Sum of RGB (Red+Green+Blue) = 76+50+61=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C323D is #B3CDC2. Grayscale: #3B3B3B. Windows color (decimal): -11783619 or 4010572. OLE color: 4010572.
HSL color Cylindrical-coordinate representation of color #4C323D: hue angle of 334.62º 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 #4C323D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 50 | 61 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.70 |
| HSL | 334.62º | 0.21% | 0.25% | - |
| HSV(B) | 334.62º | 0.34% | 0.3% | - |
| XYZ | 4.96 | 4.15 | 4.96 | - |
| YUV | 59.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 61 | 0 | 0.34 | 0.20 | 0.70 | 334.62 | 0.21 | 0.25 |
| Hex | 4C | 32 | 3D | 0 | 22 | 14 | 46 | 14F | 15 | 19 |
| Octal | 114 | 62 | 75 | 0 | 42 | 24 | 106 | 517 | 25 | 31 |
| Binary | 1001100 | 110010 | 111101 | 0 | 100010 | 10100 | 1000110 | 101001111 | 10101 | 11001 |
Color Harmonies of #4C323D
Complementary color
Monochromatic Colors of #4C323D
Black with #4C323D
Text Example
Text Example
White with #4C323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C323D; }
p { color: rgb(76,50,61); }
H1.HeaderClassName
{
color: #4C323D;
}
.AnyTagClassName
{
color: #4C323D;
}
</style>
background-color css
<style>
a { background-color: #4C323D; }
a { background-color: rgb(76,50,61); }
div.DivClassName
{
background-color: #4C323D;
}
.BgClassName
{
background-color: #4C323D;
}
</style>
border-color css
<style>
span { border-color: #4C323D; }
span { border-color: rgb(76,50,61); }
td.TdClassName
{
border-color: #4C323D;
}
.TagClassName
{
border-color: #4C323D;
}
</style>