Shades of Clinker #462E0E
Tints of Clinker #462E0E
RGB
CMYK
RGB Variations
Color information
#462E0E (or 0x462E0E) is known color: Clinker. HEX triplet: 46, 2E and 0E. RGB value is (70,46,14). Sum of RGB (Red+Green+Blue) = 70+46+14=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #462E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E0E is #B9D1F1. Grayscale: #313131. Windows color (decimal): -12177906 or 929350. OLE color: 929350.
HSL color Cylindrical-coordinate representation of color #462E0E: hue angle of 34.29º 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 #462E0E is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 14 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.73 |
| HSL | 34.29º | 0.67% | 0.16% | - |
| HSV(B) | 34.29º | 0.8% | 0.27% | - |
| XYZ | 3.58 | 3.29 | 0.86 | - |
| YUV | 49.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 14 | 0 | 0.34 | 0.80 | 0.73 | 34.29 | 0.67 | 0.16 |
| Hex | 46 | 2E | E | 0 | 22 | 50 | 49 | 22 | 43 | 10 |
| Octal | 106 | 56 | 16 | 0 | 42 | 120 | 111 | 42 | 103 | 20 |
| Binary | 1000110 | 101110 | 1110 | 0 | 100010 | 1010000 | 1001001 | 100010 | 1000011 | 10000 |
Color Harmonies of #462E0E
Complementary color
Monochromatic Colors of #462E0E
Black with #462E0E
Text Example
Text Example
White with #462E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E0E; }
p { color: rgb(70,46,14); }
H1.HeaderClassName
{
color: #462E0E;
}
.AnyTagClassName
{
color: #462E0E;
}
</style>
background-color css
<style>
a { background-color: #462E0E; }
a { background-color: rgb(70,46,14); }
div.DivClassName
{
background-color: #462E0E;
}
.BgClassName
{
background-color: #462E0E;
}
</style>
border-color css
<style>
span { border-color: #462E0E; }
span { border-color: rgb(70,46,14); }
td.TdClassName
{
border-color: #462E0E;
}
.TagClassName
{
border-color: #462E0E;
}
</style>