Shades of Barossa #4C3843
Tints of Barossa #4C3843
RGB
CMYK
RGB Variations
Color information
#4C3843 (or 0x4C3843) is known color: Barossa. HEX triplet: 4C, 38 and 43. RGB value is (76,56,67). Sum of RGB (Red+Green+Blue) = 76+56+67=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3843 is #B3C7BC. Grayscale: #3F3F3F. Windows color (decimal): -11782077 or 4405324. OLE color: 4405324.
HSL color Cylindrical-coordinate representation of color #4C3843: hue angle of 327º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C3843 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 67 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.70 |
| HSL | 327º | 0.15% | 0.26% | - |
| HSV(B) | 327º | 0.26% | 0.3% | - |
| XYZ | 5.41 | 4.77 | 5.95 | - |
| YUV | 63.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 67 | 0 | 0.26 | 0.12 | 0.70 | 327 | 0.15 | 0.26 |
| Hex | 4C | 38 | 43 | 0 | 1A | C | 46 | 147 | F | 1A |
| Octal | 114 | 70 | 103 | 0 | 32 | 14 | 106 | 507 | 17 | 32 |
| Binary | 1001100 | 111000 | 1000011 | 0 | 11010 | 1100 | 1000110 | 101000111 | 1111 | 11010 |
Color Harmonies of #4C3843
Complementary color
Monochromatic Colors of #4C3843
Black with #4C3843
Text Example
Text Example
White with #4C3843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3843; }
p { color: rgb(76,56,67); }
H1.HeaderClassName
{
color: #4C3843;
}
.AnyTagClassName
{
color: #4C3843;
}
</style>
background-color css
<style>
a { background-color: #4C3843; }
a { background-color: rgb(76,56,67); }
div.DivClassName
{
background-color: #4C3843;
}
.BgClassName
{
background-color: #4C3843;
}
</style>
border-color css
<style>
span { border-color: #4C3843; }
span { border-color: rgb(76,56,67); }
td.TdClassName
{
border-color: #4C3843;
}
.TagClassName
{
border-color: #4C3843;
}
</style>