Shades of Barossa #473C42
Tints of Barossa #473C42
RGB
CMYK
RGB Variations
Color information
#473C42 (or 0x473C42) is known color: Barossa. HEX triplet: 47, 3C and 42. RGB value is (71,60,66). Sum of RGB (Red+Green+Blue) = 71+60+66=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #473C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C42 is #B8C3BD. Grayscale: #3F3F3F. Windows color (decimal): -12108734 or 4340807. OLE color: 4340807.
HSL color Cylindrical-coordinate representation of color #473C42: hue angle of 327.27º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473C42 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 66 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.72 |
| HSL | 327.27º | 0.08% | 0.26% | - |
| HSV(B) | 327.27º | 0.15% | 0.28% | - |
| XYZ | 5.2 | 4.96 | 5.84 | - |
| YUV | 63.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 66 | 0 | 0.15 | 0.07 | 0.72 | 327.27 | 0.08 | 0.26 |
| Hex | 47 | 3C | 42 | 0 | F | 7 | 48 | 147 | 8 | 1A |
| Octal | 107 | 74 | 102 | 0 | 17 | 7 | 110 | 507 | 10 | 32 |
| Binary | 1000111 | 111100 | 1000010 | 0 | 1111 | 111 | 1001000 | 101000111 | 1000 | 11010 |
Color Harmonies of #473C42
Complementary color
Monochromatic Colors of #473C42
Black with #473C42
Text Example
Text Example
White with #473C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C42; }
p { color: rgb(71,60,66); }
H1.HeaderClassName
{
color: #473C42;
}
.AnyTagClassName
{
color: #473C42;
}
</style>
background-color css
<style>
a { background-color: #473C42; }
a { background-color: rgb(71,60,66); }
div.DivClassName
{
background-color: #473C42;
}
.BgClassName
{
background-color: #473C42;
}
</style>
border-color css
<style>
span { border-color: #473C42; }
span { border-color: rgb(71,60,66); }
td.TdClassName
{
border-color: #473C42;
}
.TagClassName
{
border-color: #473C42;
}
</style>