Shades of Clinker #462F10
Tints of Clinker #462F10
RGB
CMYK
RGB Variations
Color information
#462F10 (or 0x462F10) is known color: Clinker. HEX triplet: 46, 2F and 10. RGB value is (70,47,16). Sum of RGB (Red+Green+Blue) = 70+47+16=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #462F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F10 is #B9D0EF. Grayscale: #323232. Windows color (decimal): -12177648 or 1060678. OLE color: 1060678.
HSL color Cylindrical-coordinate representation of color #462F10: hue angle of 34.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462F10 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 16 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.73 |
| HSL | 34.44º | 0.63% | 0.17% | - |
| HSV(B) | 34.44º | 0.77% | 0.27% | - |
| XYZ | 3.64 | 3.37 | 0.95 | - |
| YUV | 50.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 16 | 0 | 0.33 | 0.77 | 0.73 | 34.44 | 0.63 | 0.17 |
| Hex | 46 | 2F | 10 | 0 | 21 | 4D | 49 | 22 | 3F | 11 |
| Octal | 106 | 57 | 20 | 0 | 41 | 115 | 111 | 42 | 77 | 21 |
| Binary | 1000110 | 101111 | 10000 | 0 | 100001 | 1001101 | 1001001 | 100010 | 111111 | 10001 |
Color Harmonies of #462F10
Complementary color
Monochromatic Colors of #462F10
Black with #462F10
Text Example
Text Example
White with #462F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F10; }
p { color: rgb(70,47,16); }
H1.HeaderClassName
{
color: #462F10;
}
.AnyTagClassName
{
color: #462F10;
}
</style>
background-color css
<style>
a { background-color: #462F10; }
a { background-color: rgb(70,47,16); }
div.DivClassName
{
background-color: #462F10;
}
.BgClassName
{
background-color: #462F10;
}
</style>
border-color css
<style>
span { border-color: #462F10; }
span { border-color: rgb(70,47,16); }
td.TdClassName
{
border-color: #462F10;
}
.TagClassName
{
border-color: #462F10;
}
</style>