Shades of Barossa #4C3540
Tints of Barossa #4C3540
RGB
CMYK
RGB Variations
Color information
#4C3540 (or 0x4C3540) is known color: Barossa. HEX triplet: 4C, 35 and 40. RGB value is (76,53,64). Sum of RGB (Red+Green+Blue) = 76+53+64=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3540 is #B3CABF. Grayscale: #3D3D3D. Windows color (decimal): -11782848 or 4207948. OLE color: 4207948.
HSL color Cylindrical-coordinate representation of color #4C3540: hue angle of 331.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C3540 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 64 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.70 |
| HSL | 331.3º | 0.18% | 0.25% | - |
| HSV(B) | 331.3º | 0.3% | 0.3% | - |
| XYZ | 5.18 | 4.45 | 5.44 | - |
| YUV | 61.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 64 | 0 | 0.30 | 0.16 | 0.70 | 331.3 | 0.18 | 0.25 |
| Hex | 4C | 35 | 40 | 0 | 1E | 10 | 46 | 14B | 12 | 19 |
| Octal | 114 | 65 | 100 | 0 | 36 | 20 | 106 | 513 | 22 | 31 |
| Binary | 1001100 | 110101 | 1000000 | 0 | 11110 | 10000 | 1000110 | 101001011 | 10010 | 11001 |
Color Harmonies of #4C3540
Complementary color
Monochromatic Colors of #4C3540
Black with #4C3540
Text Example
Text Example
White with #4C3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3540; }
p { color: rgb(76,53,64); }
H1.HeaderClassName
{
color: #4C3540;
}
.AnyTagClassName
{
color: #4C3540;
}
</style>
background-color css
<style>
a { background-color: #4C3540; }
a { background-color: rgb(76,53,64); }
div.DivClassName
{
background-color: #4C3540;
}
.BgClassName
{
background-color: #4C3540;
}
</style>
border-color css
<style>
span { border-color: #4C3540; }
span { border-color: rgb(76,53,64); }
td.TdClassName
{
border-color: #4C3540;
}
.TagClassName
{
border-color: #4C3540;
}
</style>