Shades of Clinker #422E12
Tints of Clinker #422E12
RGB
CMYK
RGB Variations
Color information
#422E12 (or 0x422E12) is known color: Clinker. HEX triplet: 42, 2E and 12. RGB value is (66,46,18). Sum of RGB (Red+Green+Blue) = 66+46+18=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #422E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E12 is #BDD1ED. Grayscale: #303030. Windows color (decimal): -12440046 or 1191490. OLE color: 1191490.
HSL color Cylindrical-coordinate representation of color #422E12: hue angle of 35º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422E12 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 18 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.74 |
| HSL | 35º | 0.57% | 0.16% | - |
| HSV(B) | 35º | 0.73% | 0.26% | - |
| XYZ | 3.33 | 3.16 | 1.01 | - |
| YUV | 48.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 18 | 0 | 0.30 | 0.73 | 0.74 | 35 | 0.57 | 0.16 |
| Hex | 42 | 2E | 12 | 0 | 1E | 49 | 4A | 23 | 39 | 10 |
| Octal | 102 | 56 | 22 | 0 | 36 | 111 | 112 | 43 | 71 | 20 |
| Binary | 1000010 | 101110 | 10010 | 0 | 11110 | 1001001 | 1001010 | 100011 | 111001 | 10000 |
Color Harmonies of #422E12
Complementary color
Monochromatic Colors of #422E12
Black with #422E12
Text Example
Text Example
White with #422E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E12; }
p { color: rgb(66,46,18); }
H1.HeaderClassName
{
color: #422E12;
}
.AnyTagClassName
{
color: #422E12;
}
</style>
background-color css
<style>
a { background-color: #422E12; }
a { background-color: rgb(66,46,18); }
div.DivClassName
{
background-color: #422E12;
}
.BgClassName
{
background-color: #422E12;
}
</style>
border-color css
<style>
span { border-color: #422E12; }
span { border-color: rgb(66,46,18); }
td.TdClassName
{
border-color: #422E12;
}
.TagClassName
{
border-color: #422E12;
}
</style>