Shades of Clinker #473412
Tints of Clinker #473412
RGB
CMYK
RGB Variations
Color information
#473412 (or 0x473412) is known color: Clinker. HEX triplet: 47, 34 and 12. RGB value is (71,52,18). Sum of RGB (Red+Green+Blue) = 71+52+18=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473412 is #B8CBED. Grayscale: #353535. Windows color (decimal): -12110830 or 1193031. OLE color: 1193031.
HSL color Cylindrical-coordinate representation of color #473412: hue angle of 38.49º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473412 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 18 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.72 |
| HSL | 38.49º | 0.6% | 0.17% | - |
| HSV(B) | 38.49º | 0.75% | 0.28% | - |
| XYZ | 3.94 | 3.84 | 1.11 | - |
| YUV | 53.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 18 | 0 | 0.27 | 0.75 | 0.72 | 38.49 | 0.6 | 0.17 |
| Hex | 47 | 34 | 12 | 0 | 1B | 4B | 48 | 26 | 3C | 11 |
| Octal | 107 | 64 | 22 | 0 | 33 | 113 | 110 | 46 | 74 | 21 |
| Binary | 1000111 | 110100 | 10010 | 0 | 11011 | 1001011 | 1001000 | 100110 | 111100 | 10001 |
Color Harmonies of #473412
Complementary color
Monochromatic Colors of #473412
Black with #473412
Text Example
Text Example
White with #473412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473412; }
p { color: rgb(71,52,18); }
H1.HeaderClassName
{
color: #473412;
}
.AnyTagClassName
{
color: #473412;
}
</style>
background-color css
<style>
a { background-color: #473412; }
a { background-color: rgb(71,52,18); }
div.DivClassName
{
background-color: #473412;
}
.BgClassName
{
background-color: #473412;
}
</style>
border-color css
<style>
span { border-color: #473412; }
span { border-color: rgb(71,52,18); }
td.TdClassName
{
border-color: #473412;
}
.TagClassName
{
border-color: #473412;
}
</style>