Shades of Barossa #4C2938
Tints of Barossa #4C2938
RGB
CMYK
RGB Variations
Color information
#4C2938 (or 0x4C2938) is known color: Barossa. HEX triplet: 4C, 29 and 38. RGB value is (76,41,56). Sum of RGB (Red+Green+Blue) = 76+41+56=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2938 is #B3D6C7. Grayscale: #353535. Windows color (decimal): -11785928 or 3680588. OLE color: 3680588.
HSL color Cylindrical-coordinate representation of color #4C2938: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2938 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 56 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.70 |
| HSL | 334.29º | 0.3% | 0.23% | - |
| HSV(B) | 334.29º | 0.46% | 0.3% | - |
| XYZ | 4.49 | 3.41 | 4.16 | - |
| YUV | 53.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 56 | 0 | 0.46 | 0.26 | 0.70 | 334.29 | 0.3 | 0.23 |
| Hex | 4C | 29 | 38 | 0 | 2E | 1A | 46 | 14E | 1E | 17 |
| Octal | 114 | 51 | 70 | 0 | 56 | 32 | 106 | 516 | 36 | 27 |
| Binary | 1001100 | 101001 | 111000 | 0 | 101110 | 11010 | 1000110 | 101001110 | 11110 | 10111 |
Color Harmonies of #4C2938
Complementary color
Monochromatic Colors of #4C2938
Black with #4C2938
Text Example
Text Example
White with #4C2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2938; }
p { color: rgb(76,41,56); }
H1.HeaderClassName
{
color: #4C2938;
}
.AnyTagClassName
{
color: #4C2938;
}
</style>
background-color css
<style>
a { background-color: #4C2938; }
a { background-color: rgb(76,41,56); }
div.DivClassName
{
background-color: #4C2938;
}
.BgClassName
{
background-color: #4C2938;
}
</style>
border-color css
<style>
span { border-color: #4C2938; }
span { border-color: rgb(76,41,56); }
td.TdClassName
{
border-color: #4C2938;
}
.TagClassName
{
border-color: #4C2938;
}
</style>