Shades of Barossa #472F3A
Tints of Barossa #472F3A
RGB
CMYK
RGB Variations
Color information
#472F3A (or 0x472F3A) is known color: Barossa. HEX triplet: 47, 2F and 3A. RGB value is (71,47,58). Sum of RGB (Red+Green+Blue) = 71+47+58=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3A is #B8D0C5. Grayscale: #373737. Windows color (decimal): -12112070 or 3813191. OLE color: 3813191.
HSL color Cylindrical-coordinate representation of color #472F3A: hue angle of 332.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 #472F3A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 58 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.72 |
| HSL | 332.5º | 0.2% | 0.23% | - |
| HSV(B) | 332.5º | 0.34% | 0.28% | - |
| XYZ | 4.38 | 3.68 | 4.48 | - |
| YUV | 55.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 58 | 0 | 0.34 | 0.18 | 0.72 | 332.5 | 0.2 | 0.23 |
| Hex | 47 | 2F | 3A | 0 | 22 | 12 | 48 | 14C | 14 | 17 |
| Octal | 107 | 57 | 72 | 0 | 42 | 22 | 110 | 514 | 24 | 27 |
| Binary | 1000111 | 101111 | 111010 | 0 | 100010 | 10010 | 1001000 | 101001100 | 10100 | 10111 |
Color Harmonies of #472F3A
Complementary color
Monochromatic Colors of #472F3A
Black with #472F3A
Text Example
Text Example
White with #472F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F3A; }
p { color: rgb(71,47,58); }
H1.HeaderClassName
{
color: #472F3A;
}
.AnyTagClassName
{
color: #472F3A;
}
</style>
background-color css
<style>
a { background-color: #472F3A; }
a { background-color: rgb(71,47,58); }
div.DivClassName
{
background-color: #472F3A;
}
.BgClassName
{
background-color: #472F3A;
}
</style>
border-color css
<style>
span { border-color: #472F3A; }
span { border-color: rgb(71,47,58); }
td.TdClassName
{
border-color: #472F3A;
}
.TagClassName
{
border-color: #472F3A;
}
</style>