Shades of Barossa #4C2E3D
Tints of Barossa #4C2E3D
RGB
CMYK
RGB Variations
Color information
#4C2E3D (or 0x4C2E3D) is known color: Barossa. HEX triplet: 4C, 2E and 3D. RGB value is (76,46,61). Sum of RGB (Red+Green+Blue) = 76+46+61=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E3D is #B3D1C2. Grayscale: #383838. Windows color (decimal): -11784643 or 4009548. OLE color: 4009548.
HSL color Cylindrical-coordinate representation of color #4C2E3D: hue angle of 330º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C2E3D is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 46 | 61 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.70 |
| HSL | 330º | 0.25% | 0.24% | - |
| HSV(B) | 330º | 0.39% | 0.3% | - |
| XYZ | 4.8 | 3.83 | 4.9 | - |
| YUV | 56.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 61 | 0 | 0.39 | 0.20 | 0.70 | 330 | 0.25 | 0.24 |
| Hex | 4C | 2E | 3D | 0 | 27 | 14 | 46 | 14A | 19 | 18 |
| Octal | 114 | 56 | 75 | 0 | 47 | 24 | 106 | 512 | 31 | 30 |
| Binary | 1001100 | 101110 | 111101 | 0 | 100111 | 10100 | 1000110 | 101001010 | 11001 | 11000 |
Color Harmonies of #4C2E3D
Complementary color
Monochromatic Colors of #4C2E3D
Black with #4C2E3D
Text Example
Text Example
White with #4C2E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E3D; }
p { color: rgb(76,46,61); }
H1.HeaderClassName
{
color: #4C2E3D;
}
.AnyTagClassName
{
color: #4C2E3D;
}
</style>
background-color css
<style>
a { background-color: #4C2E3D; }
a { background-color: rgb(76,46,61); }
div.DivClassName
{
background-color: #4C2E3D;
}
.BgClassName
{
background-color: #4C2E3D;
}
</style>
border-color css
<style>
span { border-color: #4C2E3D; }
span { border-color: rgb(76,46,61); }
td.TdClassName
{
border-color: #4C2E3D;
}
.TagClassName
{
border-color: #4C2E3D;
}
</style>