Shades of Barossa #472F3D
Tints of Barossa #472F3D
RGB
CMYK
RGB Variations
Color information
#472F3D (or 0x472F3D) is known color: Barossa. HEX triplet: 47, 2F and 3D. RGB value is (71,47,61). Sum of RGB (Red+Green+Blue) = 71+47+61=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3D is #B8D0C2. Grayscale: #373737. Windows color (decimal): -12112067 or 4009799. OLE color: 4009799.
HSL color Cylindrical-coordinate representation of color #472F3D: hue angle of 325º 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 #472F3D is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 61 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.72 |
| HSL | 325º | 0.2% | 0.23% | - |
| HSV(B) | 325º | 0.34% | 0.28% | - |
| XYZ | 4.46 | 3.71 | 4.9 | - |
| YUV | 55.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 61 | 0 | 0.34 | 0.14 | 0.72 | 325 | 0.2 | 0.23 |
| Hex | 47 | 2F | 3D | 0 | 22 | E | 48 | 145 | 14 | 17 |
| Octal | 107 | 57 | 75 | 0 | 42 | 16 | 110 | 505 | 24 | 27 |
| Binary | 1000111 | 101111 | 111101 | 0 | 100010 | 1110 | 1001000 | 101000101 | 10100 | 10111 |
Color Harmonies of #472F3D
Complementary color
Monochromatic Colors of #472F3D
Black with #472F3D
Text Example
Text Example
White with #472F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F3D; }
p { color: rgb(71,47,61); }
H1.HeaderClassName
{
color: #472F3D;
}
.AnyTagClassName
{
color: #472F3D;
}
</style>
background-color css
<style>
a { background-color: #472F3D; }
a { background-color: rgb(71,47,61); }
div.DivClassName
{
background-color: #472F3D;
}
.BgClassName
{
background-color: #472F3D;
}
</style>
border-color css
<style>
span { border-color: #472F3D; }
span { border-color: rgb(71,47,61); }
td.TdClassName
{
border-color: #472F3D;
}
.TagClassName
{
border-color: #472F3D;
}
</style>