Shades of Clinker #472E15
Tints of Clinker #472E15
RGB
CMYK
RGB Variations
Color information
#472E15 (or 0x472E15) is known color: Clinker. HEX triplet: 47, 2E and 15. RGB value is (71,46,21). Sum of RGB (Red+Green+Blue) = 71+46+21=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E15 is #B8D1EA. Grayscale: #323232. Windows color (decimal): -12112363 or 1388103. OLE color: 1388103.
HSL color Cylindrical-coordinate representation of color #472E15: hue angle of 30º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472E15 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 21 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.72 |
| HSL | 30º | 0.54% | 0.18% | - |
| HSV(B) | 30º | 0.7% | 0.28% | - |
| XYZ | 3.71 | 3.35 | 1.16 | - |
| YUV | 50.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 21 | 0 | 0.35 | 0.70 | 0.72 | 30 | 0.54 | 0.18 |
| Hex | 47 | 2E | 15 | 0 | 23 | 46 | 48 | 1E | 36 | 12 |
| Octal | 107 | 56 | 25 | 0 | 43 | 106 | 110 | 36 | 66 | 22 |
| Binary | 1000111 | 101110 | 10101 | 0 | 100011 | 1000110 | 1001000 | 11110 | 110110 | 10010 |
Color Harmonies of #472E15
Complementary color
Monochromatic Colors of #472E15
Black with #472E15
Text Example
Text Example
White with #472E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E15; }
p { color: rgb(71,46,21); }
H1.HeaderClassName
{
color: #472E15;
}
.AnyTagClassName
{
color: #472E15;
}
</style>
background-color css
<style>
a { background-color: #472E15; }
a { background-color: rgb(71,46,21); }
div.DivClassName
{
background-color: #472E15;
}
.BgClassName
{
background-color: #472E15;
}
</style>
border-color css
<style>
span { border-color: #472E15; }
span { border-color: rgb(71,46,21); }
td.TdClassName
{
border-color: #472E15;
}
.TagClassName
{
border-color: #472E15;
}
</style>