Shades of Clinker #472F09
Tints of Clinker #472F09
RGB
CMYK
RGB Variations
Color information
#472F09 (or 0x472F09) is known color: Clinker. HEX triplet: 47, 2F and 09. RGB value is (71,47,9). Sum of RGB (Red+Green+Blue) = 71+47+9=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F09 is #B8D0F6. Grayscale: #323232. Windows color (decimal): -12112119 or 601927. OLE color: 601927.
HSL color Cylindrical-coordinate representation of color #472F09: hue angle of 36.77º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #472F09 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 9 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.72 |
| HSL | 36.77º | 0.78% | 0.16% | - |
| HSV(B) | 36.77º | 0.87% | 0.28% | - |
| XYZ | 3.66 | 3.39 | 0.72 | - |
| YUV | 49.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 9 | 0 | 0.34 | 0.87 | 0.72 | 36.77 | 0.78 | 0.16 |
| Hex | 47 | 2F | 9 | 0 | 22 | 57 | 48 | 25 | 4E | 10 |
| Octal | 107 | 57 | 11 | 0 | 42 | 127 | 110 | 45 | 116 | 20 |
| Binary | 1000111 | 101111 | 1001 | 0 | 100010 | 1010111 | 1001000 | 100101 | 1001110 | 10000 |
Color Harmonies of #472F09
Complementary color
Monochromatic Colors of #472F09
Black with #472F09
Text Example
Text Example
White with #472F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F09; }
p { color: rgb(71,47,9); }
H1.HeaderClassName
{
color: #472F09;
}
.AnyTagClassName
{
color: #472F09;
}
</style>
background-color css
<style>
a { background-color: #472F09; }
a { background-color: rgb(71,47,9); }
div.DivClassName
{
background-color: #472F09;
}
.BgClassName
{
background-color: #472F09;
}
</style>
border-color css
<style>
span { border-color: #472F09; }
span { border-color: rgb(71,47,9); }
td.TdClassName
{
border-color: #472F09;
}
.TagClassName
{
border-color: #472F09;
}
</style>