Shades of Clinker #472D07
Tints of Clinker #472D07
RGB
CMYK
RGB Variations
Color information
#472D07 (or 0x472D07) is known color: Clinker. HEX triplet: 47, 2D and 07. RGB value is (71,45,7). Sum of RGB (Red+Green+Blue) = 71+45+7=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D07 is #B8D2F8. Grayscale: #303030. Windows color (decimal): -12112633 or 470343. OLE color: 470343.
HSL color Cylindrical-coordinate representation of color #472D07: hue angle of 35.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #472D07 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 7 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.72 |
| HSL | 35.63º | 0.82% | 0.15% | - |
| HSV(B) | 35.63º | 0.9% | 0.28% | - |
| XYZ | 3.58 | 3.23 | 0.64 | - |
| YUV | 48.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 7 | 0 | 0.37 | 0.90 | 0.72 | 35.63 | 0.82 | 0.15 |
| Hex | 47 | 2D | 7 | 0 | 25 | 5A | 48 | 24 | 52 | F |
| Octal | 107 | 55 | 7 | 0 | 45 | 132 | 110 | 44 | 122 | 17 |
| Binary | 1000111 | 101101 | 111 | 0 | 100101 | 1011010 | 1001000 | 100100 | 1010010 | 1111 |
Color Harmonies of #472D07
Complementary color
Monochromatic Colors of #472D07
Black with #472D07
Text Example
Text Example
White with #472D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D07; }
p { color: rgb(71,45,7); }
H1.HeaderClassName
{
color: #472D07;
}
.AnyTagClassName
{
color: #472D07;
}
</style>
background-color css
<style>
a { background-color: #472D07; }
a { background-color: rgb(71,45,7); }
div.DivClassName
{
background-color: #472D07;
}
.BgClassName
{
background-color: #472D07;
}
</style>
border-color css
<style>
span { border-color: #472D07; }
span { border-color: rgb(71,45,7); }
td.TdClassName
{
border-color: #472D07;
}
.TagClassName
{
border-color: #472D07;
}
</style>