Shades of Barossa #472E3C
Tints of Barossa #472E3C
RGB
CMYK
RGB Variations
Color information
#472E3C (or 0x472E3C) is known color: Barossa. HEX triplet: 47, 2E and 3C. RGB value is (71,46,60). Sum of RGB (Red+Green+Blue) = 71+46+60=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3C is #B8D1C3. Grayscale: #373737. Windows color (decimal): -12112324 or 3944007. OLE color: 3944007.
HSL color Cylindrical-coordinate representation of color #472E3C: hue angle of 326.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E3C is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 60 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.72 |
| HSL | 326.4º | 0.21% | 0.23% | - |
| HSV(B) | 326.4º | 0.35% | 0.28% | - |
| XYZ | 4.39 | 3.62 | 4.74 | - |
| YUV | 55.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 60 | 0 | 0.35 | 0.15 | 0.72 | 326.4 | 0.21 | 0.23 |
| Hex | 47 | 2E | 3C | 0 | 23 | F | 48 | 146 | 15 | 17 |
| Octal | 107 | 56 | 74 | 0 | 43 | 17 | 110 | 506 | 25 | 27 |
| Binary | 1000111 | 101110 | 111100 | 0 | 100011 | 1111 | 1001000 | 101000110 | 10101 | 10111 |
Color Harmonies of #472E3C
Complementary color
Monochromatic Colors of #472E3C
Black with #472E3C
Text Example
Text Example
White with #472E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E3C; }
p { color: rgb(71,46,60); }
H1.HeaderClassName
{
color: #472E3C;
}
.AnyTagClassName
{
color: #472E3C;
}
</style>
background-color css
<style>
a { background-color: #472E3C; }
a { background-color: rgb(71,46,60); }
div.DivClassName
{
background-color: #472E3C;
}
.BgClassName
{
background-color: #472E3C;
}
</style>
border-color css
<style>
span { border-color: #472E3C; }
span { border-color: rgb(71,46,60); }
td.TdClassName
{
border-color: #472E3C;
}
.TagClassName
{
border-color: #472E3C;
}
</style>