Shades of Clinker #47371E
Tints of Clinker #47371E
RGB
CMYK
RGB Variations
Color information
#47371E (or 0x47371E) is known color: Clinker. HEX triplet: 47, 37 and 1E. RGB value is (71,55,30). Sum of RGB (Red+Green+Blue) = 71+55+30=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47371E is #B8C8E1. Grayscale: #393939. Windows color (decimal): -12110050 or 1980231. OLE color: 1980231.
HSL color Cylindrical-coordinate representation of color #47371E: hue angle of 36.59º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47371E is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 55 | 30 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.72 |
| HSL | 36.59º | 0.41% | 0.2% | - |
| HSV(B) | 36.59º | 0.58% | 0.28% | - |
| XYZ | 4.2 | 4.17 | 1.81 | - |
| YUV | 56.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 30 | 0 | 0.23 | 0.58 | 0.72 | 36.59 | 0.41 | 0.2 |
| Hex | 47 | 37 | 1E | 0 | 17 | 3A | 48 | 25 | 29 | 14 |
| Octal | 107 | 67 | 36 | 0 | 27 | 72 | 110 | 45 | 51 | 24 |
| Binary | 1000111 | 110111 | 11110 | 0 | 10111 | 111010 | 1001000 | 100101 | 101001 | 10100 |
Color Harmonies of #47371E
Complementary color
Monochromatic Colors of #47371E
Black with #47371E
Text Example
Text Example
White with #47371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47371E; }
p { color: rgb(71,55,30); }
H1.HeaderClassName
{
color: #47371E;
}
.AnyTagClassName
{
color: #47371E;
}
</style>
background-color css
<style>
a { background-color: #47371E; }
a { background-color: rgb(71,55,30); }
div.DivClassName
{
background-color: #47371E;
}
.BgClassName
{
background-color: #47371E;
}
</style>
border-color css
<style>
span { border-color: #47371E; }
span { border-color: rgb(71,55,30); }
td.TdClassName
{
border-color: #47371E;
}
.TagClassName
{
border-color: #47371E;
}
</style>