Shades of Clinker #47371D
Tints of Clinker #47371D
RGB
CMYK
RGB Variations
Color information
#47371D (or 0x47371D) is known color: Clinker. HEX triplet: 47, 37 and 1D. RGB value is (71,55,29). Sum of RGB (Red+Green+Blue) = 71+55+29=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47371D is #B8C8E2. Grayscale: #383838. Windows color (decimal): -12110051 or 1914695. OLE color: 1914695.
HSL color Cylindrical-coordinate representation of color #47371D: hue angle of 37.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47371D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 55 | 29 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.72 |
| HSL | 37.14º | 0.42% | 0.2% | - |
| HSV(B) | 37.14º | 0.59% | 0.28% | - |
| XYZ | 4.19 | 4.16 | 1.74 | - |
| YUV | 56.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 29 | 0 | 0.23 | 0.59 | 0.72 | 37.14 | 0.42 | 0.2 |
| Hex | 47 | 37 | 1D | 0 | 17 | 3B | 48 | 25 | 2A | 14 |
| Octal | 107 | 67 | 35 | 0 | 27 | 73 | 110 | 45 | 52 | 24 |
| Binary | 1000111 | 110111 | 11101 | 0 | 10111 | 111011 | 1001000 | 100101 | 101010 | 10100 |
Color Harmonies of #47371D
Complementary color
Monochromatic Colors of #47371D
Black with #47371D
Text Example
Text Example
White with #47371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47371D; }
p { color: rgb(71,55,29); }
H1.HeaderClassName
{
color: #47371D;
}
.AnyTagClassName
{
color: #47371D;
}
</style>
background-color css
<style>
a { background-color: #47371D; }
a { background-color: rgb(71,55,29); }
div.DivClassName
{
background-color: #47371D;
}
.BgClassName
{
background-color: #47371D;
}
</style>
border-color css
<style>
span { border-color: #47371D; }
span { border-color: rgb(71,55,29); }
td.TdClassName
{
border-color: #47371D;
}
.TagClassName
{
border-color: #47371D;
}
</style>