Shades of Barossa #472F3E
Tints of Barossa #472F3E
RGB
CMYK
RGB Variations
Color information
#472F3E (or 0x472F3E) is known color: Barossa. HEX triplet: 47, 2F and 3E. RGB value is (71,47,62). Sum of RGB (Red+Green+Blue) = 71+47+62=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3E is #B8D0C1. Grayscale: #373737. Windows color (decimal): -12112066 or 4075335. OLE color: 4075335.
HSL color Cylindrical-coordinate representation of color #472F3E: hue angle of 322.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F3E is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 62 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.72 |
| HSL | 322.5º | 0.2% | 0.23% | - |
| HSV(B) | 322.5º | 0.34% | 0.28% | - |
| XYZ | 4.48 | 3.72 | 5.04 | - |
| YUV | 55.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 62 | 0 | 0.34 | 0.13 | 0.72 | 322.5 | 0.2 | 0.23 |
| Hex | 47 | 2F | 3E | 0 | 22 | D | 48 | 142 | 14 | 17 |
| Octal | 107 | 57 | 76 | 0 | 42 | 15 | 110 | 502 | 24 | 27 |
| Binary | 1000111 | 101111 | 111110 | 0 | 100010 | 1101 | 1001000 | 101000010 | 10100 | 10111 |
Color Harmonies of #472F3E
Complementary color
Monochromatic Colors of #472F3E
Black with #472F3E
Text Example
Text Example
White with #472F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F3E; }
p { color: rgb(71,47,62); }
H1.HeaderClassName
{
color: #472F3E;
}
.AnyTagClassName
{
color: #472F3E;
}
</style>
background-color css
<style>
a { background-color: #472F3E; }
a { background-color: rgb(71,47,62); }
div.DivClassName
{
background-color: #472F3E;
}
.BgClassName
{
background-color: #472F3E;
}
</style>
border-color css
<style>
span { border-color: #472F3E; }
span { border-color: rgb(71,47,62); }
td.TdClassName
{
border-color: #472F3E;
}
.TagClassName
{
border-color: #472F3E;
}
</style>