Shades of Clinker #472F17
Tints of Clinker #472F17
RGB
CMYK
RGB Variations
Color information
#472F17 (or 0x472F17) is known color: Clinker. HEX triplet: 47, 2F and 17. RGB value is (71,47,23). Sum of RGB (Red+Green+Blue) = 71+47+23=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F17 is #B8D0E8. Grayscale: #333333. Windows color (decimal): -12112105 or 1519431. OLE color: 1519431.
HSL color Cylindrical-coordinate representation of color #472F17: hue angle of 30º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472F17 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 23 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.72 |
| HSL | 30º | 0.51% | 0.18% | - |
| HSV(B) | 30º | 0.68% | 0.28% | - |
| XYZ | 3.77 | 3.43 | 1.27 | - |
| YUV | 51.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 23 | 0 | 0.34 | 0.68 | 0.72 | 30 | 0.51 | 0.18 |
| Hex | 47 | 2F | 17 | 0 | 22 | 44 | 48 | 1E | 33 | 12 |
| Octal | 107 | 57 | 27 | 0 | 42 | 104 | 110 | 36 | 63 | 22 |
| Binary | 1000111 | 101111 | 10111 | 0 | 100010 | 1000100 | 1001000 | 11110 | 110011 | 10010 |
Color Harmonies of #472F17
Complementary color
Monochromatic Colors of #472F17
Black with #472F17
Text Example
Text Example
White with #472F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F17; }
p { color: rgb(71,47,23); }
H1.HeaderClassName
{
color: #472F17;
}
.AnyTagClassName
{
color: #472F17;
}
</style>
background-color css
<style>
a { background-color: #472F17; }
a { background-color: rgb(71,47,23); }
div.DivClassName
{
background-color: #472F17;
}
.BgClassName
{
background-color: #472F17;
}
</style>
border-color css
<style>
span { border-color: #472F17; }
span { border-color: rgb(71,47,23); }
td.TdClassName
{
border-color: #472F17;
}
.TagClassName
{
border-color: #472F17;
}
</style>