Shades of Barossa #4C3641
Tints of Barossa #4C3641
RGB
CMYK
RGB Variations
Color information
#4C3641 (or 0x4C3641) is known color: Barossa. HEX triplet: 4C, 36 and 41. RGB value is (76,54,65). Sum of RGB (Red+Green+Blue) = 76+54+65=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3641 is #B3C9BE. Grayscale: #3D3D3D. Windows color (decimal): -11782591 or 4273740. OLE color: 4273740.
HSL color Cylindrical-coordinate representation of color #4C3641: hue angle of 330º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C3641 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 54 | 65 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.70 |
| HSL | 330º | 0.17% | 0.25% | - |
| HSV(B) | 330º | 0.29% | 0.3% | - |
| XYZ | 5.25 | 4.56 | 5.6 | - |
| YUV | 61.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 65 | 0 | 0.29 | 0.14 | 0.70 | 330 | 0.17 | 0.25 |
| Hex | 4C | 36 | 41 | 0 | 1D | E | 46 | 14A | 11 | 19 |
| Octal | 114 | 66 | 101 | 0 | 35 | 16 | 106 | 512 | 21 | 31 |
| Binary | 1001100 | 110110 | 1000001 | 0 | 11101 | 1110 | 1000110 | 101001010 | 10001 | 11001 |
Color Harmonies of #4C3641
Complementary color
Monochromatic Colors of #4C3641
Black with #4C3641
Text Example
Text Example
White with #4C3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3641; }
p { color: rgb(76,54,65); }
H1.HeaderClassName
{
color: #4C3641;
}
.AnyTagClassName
{
color: #4C3641;
}
</style>
background-color css
<style>
a { background-color: #4C3641; }
a { background-color: rgb(76,54,65); }
div.DivClassName
{
background-color: #4C3641;
}
.BgClassName
{
background-color: #4C3641;
}
</style>
border-color css
<style>
span { border-color: #4C3641; }
span { border-color: rgb(76,54,65); }
td.TdClassName
{
border-color: #4C3641;
}
.TagClassName
{
border-color: #4C3641;
}
</style>