Shades of Clinker #472E06
Tints of Clinker #472E06
RGB
CMYK
RGB Variations
Color information
#472E06 (or 0x472E06) is known color: Clinker. HEX triplet: 47, 2E and 06. RGB value is (71,46,6). Sum of RGB (Red+Green+Blue) = 71+46+6=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E06 is #B8D1F9. Grayscale: #313131. Windows color (decimal): -12112378 or 405063. OLE color: 405063.
HSL color Cylindrical-coordinate representation of color #472E06: hue angle of 36.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #472E06 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 6 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.72 |
| HSL | 36.92º | 0.84% | 0.15% | - |
| HSV(B) | 36.92º | 0.92% | 0.28% | - |
| XYZ | 3.61 | 3.31 | 0.62 | - |
| YUV | 48.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 6 | 0 | 0.35 | 0.92 | 0.72 | 36.92 | 0.84 | 0.15 |
| Hex | 47 | 2E | 6 | 0 | 23 | 5C | 48 | 25 | 54 | F |
| Octal | 107 | 56 | 6 | 0 | 43 | 134 | 110 | 45 | 124 | 17 |
| Binary | 1000111 | 101110 | 110 | 0 | 100011 | 1011100 | 1001000 | 100101 | 1010100 | 1111 |
Color Harmonies of #472E06
Complementary color
Monochromatic Colors of #472E06
Black with #472E06
Text Example
Text Example
White with #472E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E06; }
p { color: rgb(71,46,6); }
H1.HeaderClassName
{
color: #472E06;
}
.AnyTagClassName
{
color: #472E06;
}
</style>
background-color css
<style>
a { background-color: #472E06; }
a { background-color: rgb(71,46,6); }
div.DivClassName
{
background-color: #472E06;
}
.BgClassName
{
background-color: #472E06;
}
</style>
border-color css
<style>
span { border-color: #472E06; }
span { border-color: rgb(71,46,6); }
td.TdClassName
{
border-color: #472E06;
}
.TagClassName
{
border-color: #472E06;
}
</style>