Shades of Barossa #4C333D
Tints of Barossa #4C333D
RGB
CMYK
RGB Variations
Color information
#4C333D (or 0x4C333D) is known color: Barossa. HEX triplet: 4C, 33 and 3D. RGB value is (76,51,61). Sum of RGB (Red+Green+Blue) = 76+51+61=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C333D is #B3CCC2. Grayscale: #3B3B3B. Windows color (decimal): -11783363 or 4010828. OLE color: 4010828.
HSL color Cylindrical-coordinate representation of color #4C333D: hue angle of 336º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C333D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 51 | 61 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.70 |
| HSL | 336º | 0.2% | 0.25% | - |
| HSV(B) | 336º | 0.33% | 0.3% | - |
| XYZ | 5.01 | 4.24 | 4.97 | - |
| YUV | 59.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 61 | 0 | 0.33 | 0.20 | 0.70 | 336 | 0.2 | 0.25 |
| Hex | 4C | 33 | 3D | 0 | 21 | 14 | 46 | 150 | 14 | 19 |
| Octal | 114 | 63 | 75 | 0 | 41 | 24 | 106 | 520 | 24 | 31 |
| Binary | 1001100 | 110011 | 111101 | 0 | 100001 | 10100 | 1000110 | 101010000 | 10100 | 11001 |
Color Harmonies of #4C333D
Complementary color
Monochromatic Colors of #4C333D
Black with #4C333D
Text Example
Text Example
White with #4C333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C333D; }
p { color: rgb(76,51,61); }
H1.HeaderClassName
{
color: #4C333D;
}
.AnyTagClassName
{
color: #4C333D;
}
</style>
background-color css
<style>
a { background-color: #4C333D; }
a { background-color: rgb(76,51,61); }
div.DivClassName
{
background-color: #4C333D;
}
.BgClassName
{
background-color: #4C333D;
}
</style>
border-color css
<style>
span { border-color: #4C333D; }
span { border-color: rgb(76,51,61); }
td.TdClassName
{
border-color: #4C333D;
}
.TagClassName
{
border-color: #4C333D;
}
</style>