Shades of Clinker #47310F
Tints of Clinker #47310F
RGB
CMYK
RGB Variations
Color information
#47310F (or 0x47310F) is known color: Clinker. HEX triplet: 47, 31 and 0F. RGB value is (71,49,15). Sum of RGB (Red+Green+Blue) = 71+49+15=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47310F is #B8CEF0. Grayscale: #333333. Windows color (decimal): -12111601 or 995655. OLE color: 995655.
HSL color Cylindrical-coordinate representation of color #47310F: hue angle of 36.43º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47310F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 15 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.72 |
| HSL | 36.43º | 0.65% | 0.17% | - |
| HSV(B) | 36.43º | 0.79% | 0.28% | - |
| XYZ | 3.78 | 3.57 | 0.94 | - |
| YUV | 51.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 15 | 0 | 0.31 | 0.79 | 0.72 | 36.43 | 0.65 | 0.17 |
| Hex | 47 | 31 | F | 0 | 1F | 4F | 48 | 24 | 41 | 11 |
| Octal | 107 | 61 | 17 | 0 | 37 | 117 | 110 | 44 | 101 | 21 |
| Binary | 1000111 | 110001 | 1111 | 0 | 11111 | 1001111 | 1001000 | 100100 | 1000001 | 10001 |
Color Harmonies of #47310F
Complementary color
Monochromatic Colors of #47310F
Black with #47310F
Text Example
Text Example
White with #47310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47310F; }
p { color: rgb(71,49,15); }
H1.HeaderClassName
{
color: #47310F;
}
.AnyTagClassName
{
color: #47310F;
}
</style>
background-color css
<style>
a { background-color: #47310F; }
a { background-color: rgb(71,49,15); }
div.DivClassName
{
background-color: #47310F;
}
.BgClassName
{
background-color: #47310F;
}
</style>
border-color css
<style>
span { border-color: #47310F; }
span { border-color: rgb(71,49,15); }
td.TdClassName
{
border-color: #47310F;
}
.TagClassName
{
border-color: #47310F;
}
</style>