Shades of Clinker #462F0A
Tints of Clinker #462F0A
RGB
CMYK
RGB Variations
Color information
#462F0A (or 0x462F0A) is known color: Clinker. HEX triplet: 46, 2F and 0A. RGB value is (70,47,10). Sum of RGB (Red+Green+Blue) = 70+47+10=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F0A is #B9D0F5. Grayscale: #313131. Windows color (decimal): -12177654 or 667462. OLE color: 667462.
HSL color Cylindrical-coordinate representation of color #462F0A: hue angle of 37º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #462F0A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 10 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.73 |
| HSL | 37º | 0.75% | 0.16% | - |
| HSV(B) | 37º | 0.86% | 0.27% | - |
| XYZ | 3.6 | 3.36 | 0.75 | - |
| YUV | 49.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 10 | 0 | 0.33 | 0.86 | 0.73 | 37 | 0.75 | 0.16 |
| Hex | 46 | 2F | A | 0 | 21 | 56 | 49 | 25 | 4B | 10 |
| Octal | 106 | 57 | 12 | 0 | 41 | 126 | 111 | 45 | 113 | 20 |
| Binary | 1000110 | 101111 | 1010 | 0 | 100001 | 1010110 | 1001001 | 100101 | 1001011 | 10000 |
Color Harmonies of #462F0A
Complementary color
Monochromatic Colors of #462F0A
Black with #462F0A
Text Example
Text Example
White with #462F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F0A; }
p { color: rgb(70,47,10); }
H1.HeaderClassName
{
color: #462F0A;
}
.AnyTagClassName
{
color: #462F0A;
}
</style>
background-color css
<style>
a { background-color: #462F0A; }
a { background-color: rgb(70,47,10); }
div.DivClassName
{
background-color: #462F0A;
}
.BgClassName
{
background-color: #462F0A;
}
</style>
border-color css
<style>
span { border-color: #462F0A; }
span { border-color: rgb(70,47,10); }
td.TdClassName
{
border-color: #462F0A;
}
.TagClassName
{
border-color: #462F0A;
}
</style>