Shades of Barossa #4C343E
Tints of Barossa #4C343E
RGB
CMYK
RGB Variations
Color information
#4C343E (or 0x4C343E) is known color: Barossa. HEX triplet: 4C, 34 and 3E. RGB value is (76,52,62). Sum of RGB (Red+Green+Blue) = 76+52+62=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C343E is #B3CBC1. Grayscale: #3C3C3C. Windows color (decimal): -11783106 or 4076620. OLE color: 4076620.
HSL color Cylindrical-coordinate representation of color #4C343E: hue angle of 335º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C343E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 52 | 62 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.70 |
| HSL | 335º | 0.19% | 0.25% | - |
| HSV(B) | 335º | 0.32% | 0.3% | - |
| XYZ | 5.08 | 4.34 | 5.13 | - |
| YUV | 60.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 62 | 0 | 0.32 | 0.18 | 0.70 | 335 | 0.19 | 0.25 |
| Hex | 4C | 34 | 3E | 0 | 20 | 12 | 46 | 14F | 13 | 19 |
| Octal | 114 | 64 | 76 | 0 | 40 | 22 | 106 | 517 | 23 | 31 |
| Binary | 1001100 | 110100 | 111110 | 0 | 100000 | 10010 | 1000110 | 101001111 | 10011 | 11001 |
Color Harmonies of #4C343E
Complementary color
Monochromatic Colors of #4C343E
Black with #4C343E
Text Example
Text Example
White with #4C343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C343E; }
p { color: rgb(76,52,62); }
H1.HeaderClassName
{
color: #4C343E;
}
.AnyTagClassName
{
color: #4C343E;
}
</style>
background-color css
<style>
a { background-color: #4C343E; }
a { background-color: rgb(76,52,62); }
div.DivClassName
{
background-color: #4C343E;
}
.BgClassName
{
background-color: #4C343E;
}
</style>
border-color css
<style>
span { border-color: #4C343E; }
span { border-color: rgb(76,52,62); }
td.TdClassName
{
border-color: #4C343E;
}
.TagClassName
{
border-color: #4C343E;
}
</style>