Shades of Clinker #472F0B
Tints of Clinker #472F0B
RGB
CMYK
RGB Variations
Color information
#472F0B (or 0x472F0B) is known color: Clinker. HEX triplet: 47, 2F and 0B. RGB value is (71,47,11). Sum of RGB (Red+Green+Blue) = 71+47+11=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F0B is #B8D0F4. Grayscale: #323232. Windows color (decimal): -12112117 or 732999. OLE color: 732999.
HSL color Cylindrical-coordinate representation of color #472F0B: hue angle of 36º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #472F0B is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 11 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.72 |
| HSL | 36º | 0.73% | 0.16% | - |
| HSV(B) | 36º | 0.85% | 0.28% | - |
| XYZ | 3.68 | 3.4 | 0.78 | - |
| YUV | 50.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 11 | 0 | 0.34 | 0.85 | 0.72 | 36 | 0.73 | 0.16 |
| Hex | 47 | 2F | B | 0 | 22 | 55 | 48 | 24 | 49 | 10 |
| Octal | 107 | 57 | 13 | 0 | 42 | 125 | 110 | 44 | 111 | 20 |
| Binary | 1000111 | 101111 | 1011 | 0 | 100010 | 1010101 | 1001000 | 100100 | 1001001 | 10000 |
Color Harmonies of #472F0B
Complementary color
Monochromatic Colors of #472F0B
Black with #472F0B
Text Example
Text Example
White with #472F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F0B; }
p { color: rgb(71,47,11); }
H1.HeaderClassName
{
color: #472F0B;
}
.AnyTagClassName
{
color: #472F0B;
}
</style>
background-color css
<style>
a { background-color: #472F0B; }
a { background-color: rgb(71,47,11); }
div.DivClassName
{
background-color: #472F0B;
}
.BgClassName
{
background-color: #472F0B;
}
</style>
border-color css
<style>
span { border-color: #472F0B; }
span { border-color: rgb(71,47,11); }
td.TdClassName
{
border-color: #472F0B;
}
.TagClassName
{
border-color: #472F0B;
}
</style>