Shades of Clinker #462F0E
Tints of Clinker #462F0E
RGB
CMYK
RGB Variations
Color information
#462F0E (or 0x462F0E) is known color: Clinker. HEX triplet: 46, 2F and 0E. RGB value is (70,47,14). Sum of RGB (Red+Green+Blue) = 70+47+14=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #462F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F0E is #B9D0F1. Grayscale: #323232. Windows color (decimal): -12177650 or 929606. OLE color: 929606.
HSL color Cylindrical-coordinate representation of color #462F0E: hue angle of 35.36º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462F0E is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 14 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.73 |
| HSL | 35.36º | 0.67% | 0.16% | - |
| HSV(B) | 35.36º | 0.8% | 0.27% | - |
| XYZ | 3.62 | 3.37 | 0.87 | - |
| YUV | 50.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 14 | 0 | 0.33 | 0.80 | 0.73 | 35.36 | 0.67 | 0.16 |
| Hex | 46 | 2F | E | 0 | 21 | 50 | 49 | 23 | 43 | 10 |
| Octal | 106 | 57 | 16 | 0 | 41 | 120 | 111 | 43 | 103 | 20 |
| Binary | 1000110 | 101111 | 1110 | 0 | 100001 | 1010000 | 1001001 | 100011 | 1000011 | 10000 |
Color Harmonies of #462F0E
Complementary color
Monochromatic Colors of #462F0E
Black with #462F0E
Text Example
Text Example
White with #462F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F0E; }
p { color: rgb(70,47,14); }
H1.HeaderClassName
{
color: #462F0E;
}
.AnyTagClassName
{
color: #462F0E;
}
</style>
background-color css
<style>
a { background-color: #462F0E; }
a { background-color: rgb(70,47,14); }
div.DivClassName
{
background-color: #462F0E;
}
.BgClassName
{
background-color: #462F0E;
}
</style>
border-color css
<style>
span { border-color: #462F0E; }
span { border-color: rgb(70,47,14); }
td.TdClassName
{
border-color: #462F0E;
}
.TagClassName
{
border-color: #462F0E;
}
</style>