Shades of Clinker #47341F
Tints of Clinker #47341F
RGB
CMYK
RGB Variations
Color information
#47341F (or 0x47341F) is known color: Clinker. HEX triplet: 47, 34 and 1F. RGB value is (71,52,31). Sum of RGB (Red+Green+Blue) = 71+52+31=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341F is #B8CBE0. Grayscale: #373737. Windows color (decimal): -12110817 or 2044999. OLE color: 2044999.
HSL color Cylindrical-coordinate representation of color #47341F: hue angle of 31.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47341F is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 31 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.72 |
| HSL | 31.5º | 0.39% | 0.2% | - |
| HSV(B) | 31.5º | 0.56% | 0.28% | - |
| XYZ | 4.07 | 3.89 | 1.83 | - |
| YUV | 55.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 31 | 0 | 0.27 | 0.56 | 0.72 | 31.5 | 0.39 | 0.2 |
| Hex | 47 | 34 | 1F | 0 | 1B | 38 | 48 | 1F | 27 | 14 |
| Octal | 107 | 64 | 37 | 0 | 33 | 70 | 110 | 37 | 47 | 24 |
| Binary | 1000111 | 110100 | 11111 | 0 | 11011 | 111000 | 1001000 | 11111 | 100111 | 10100 |
Color Harmonies of #47341F
Complementary color
Monochromatic Colors of #47341F
Black with #47341F
Text Example
Text Example
White with #47341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47341F; }
p { color: rgb(71,52,31); }
H1.HeaderClassName
{
color: #47341F;
}
.AnyTagClassName
{
color: #47341F;
}
</style>
background-color css
<style>
a { background-color: #47341F; }
a { background-color: rgb(71,52,31); }
div.DivClassName
{
background-color: #47341F;
}
.BgClassName
{
background-color: #47341F;
}
</style>
border-color css
<style>
span { border-color: #47341F; }
span { border-color: rgb(71,52,31); }
td.TdClassName
{
border-color: #47341F;
}
.TagClassName
{
border-color: #47341F;
}
</style>