Shades of Barossa #473A40
Tints of Barossa #473A40
RGB
CMYK
RGB Variations
Color information
#473A40 (or 0x473A40) is known color: Barossa. HEX triplet: 47, 3A and 40. RGB value is (71,58,64). Sum of RGB (Red+Green+Blue) = 71+58+64=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #473A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A40 is #B8C5BF. Grayscale: #3E3E3E. Windows color (decimal): -12109248 or 4209223. OLE color: 4209223.
HSL color Cylindrical-coordinate representation of color #473A40: hue angle of 332.31º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A40 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 64 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.72 |
| HSL | 332.31º | 0.1% | 0.25% | - |
| HSV(B) | 332.31º | 0.18% | 0.28% | - |
| XYZ | 5.04 | 4.74 | 5.5 | - |
| YUV | 62.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 64 | 0 | 0.18 | 0.10 | 0.72 | 332.31 | 0.1 | 0.25 |
| Hex | 47 | 3A | 40 | 0 | 12 | A | 48 | 14C | A | 19 |
| Octal | 107 | 72 | 100 | 0 | 22 | 12 | 110 | 514 | 12 | 31 |
| Binary | 1000111 | 111010 | 1000000 | 0 | 10010 | 1010 | 1001000 | 101001100 | 1010 | 11001 |
Color Harmonies of #473A40
Complementary color
Monochromatic Colors of #473A40
Black with #473A40
Text Example
Text Example
White with #473A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A40; }
p { color: rgb(71,58,64); }
H1.HeaderClassName
{
color: #473A40;
}
.AnyTagClassName
{
color: #473A40;
}
</style>
background-color css
<style>
a { background-color: #473A40; }
a { background-color: rgb(71,58,64); }
div.DivClassName
{
background-color: #473A40;
}
.BgClassName
{
background-color: #473A40;
}
</style>
border-color css
<style>
span { border-color: #473A40; }
span { border-color: rgb(71,58,64); }
td.TdClassName
{
border-color: #473A40;
}
.TagClassName
{
border-color: #473A40;
}
</style>