Shades of Barossa #47383E
Tints of Barossa #47383E
RGB
CMYK
RGB Variations
Color information
#47383E (or 0x47383E) is known color: Barossa. HEX triplet: 47, 38 and 3E. RGB value is (71,56,62). Sum of RGB (Red+Green+Blue) = 71+56+62=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #47383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383E is #B8C7C1. Grayscale: #3D3D3D. Windows color (decimal): -12109762 or 4077639. OLE color: 4077639.
HSL color Cylindrical-coordinate representation of color #47383E: hue angle of 336º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47383E is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 62 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.72 |
| HSL | 336º | 0.12% | 0.25% | - |
| HSV(B) | 336º | 0.21% | 0.28% | - |
| XYZ | 4.88 | 4.52 | 5.17 | - |
| YUV | 61.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 62 | 0 | 0.21 | 0.13 | 0.72 | 336 | 0.12 | 0.25 |
| Hex | 47 | 38 | 3E | 0 | 15 | D | 48 | 150 | C | 19 |
| Octal | 107 | 70 | 76 | 0 | 25 | 15 | 110 | 520 | 14 | 31 |
| Binary | 1000111 | 111000 | 111110 | 0 | 10101 | 1101 | 1001000 | 101010000 | 1100 | 11001 |
Color Harmonies of #47383E
Complementary color
Monochromatic Colors of #47383E
Black with #47383E
Text Example
Text Example
White with #47383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47383E; }
p { color: rgb(71,56,62); }
H1.HeaderClassName
{
color: #47383E;
}
.AnyTagClassName
{
color: #47383E;
}
</style>
background-color css
<style>
a { background-color: #47383E; }
a { background-color: rgb(71,56,62); }
div.DivClassName
{
background-color: #47383E;
}
.BgClassName
{
background-color: #47383E;
}
</style>
border-color css
<style>
span { border-color: #47383E; }
span { border-color: rgb(71,56,62); }
td.TdClassName
{
border-color: #47383E;
}
.TagClassName
{
border-color: #47383E;
}
</style>