Shades of Clinker #422F13
Tints of Clinker #422F13
RGB
CMYK
RGB Variations
Color information
#422F13 (or 0x422F13) is known color: Clinker. HEX triplet: 42, 2F and 13. RGB value is (66,47,19). Sum of RGB (Red+Green+Blue) = 66+47+19=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #422F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F13 is #BDD0EC. Grayscale: #313131. Windows color (decimal): -12439789 or 1257282. OLE color: 1257282.
HSL color Cylindrical-coordinate representation of color #422F13: hue angle of 35.74º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422F13 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 19 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.74 |
| HSL | 35.74º | 0.55% | 0.17% | - |
| HSV(B) | 35.74º | 0.71% | 0.26% | - |
| XYZ | 3.38 | 3.24 | 1.06 | - |
| YUV | 49.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 19 | 0 | 0.29 | 0.71 | 0.74 | 35.74 | 0.55 | 0.17 |
| Hex | 42 | 2F | 13 | 0 | 1D | 47 | 4A | 24 | 37 | 11 |
| Octal | 102 | 57 | 23 | 0 | 35 | 107 | 112 | 44 | 67 | 21 |
| Binary | 1000010 | 101111 | 10011 | 0 | 11101 | 1000111 | 1001010 | 100100 | 110111 | 10001 |
Color Harmonies of #422F13
Complementary color
Monochromatic Colors of #422F13
Black with #422F13
Text Example
Text Example
White with #422F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F13; }
p { color: rgb(66,47,19); }
H1.HeaderClassName
{
color: #422F13;
}
.AnyTagClassName
{
color: #422F13;
}
</style>
background-color css
<style>
a { background-color: #422F13; }
a { background-color: rgb(66,47,19); }
div.DivClassName
{
background-color: #422F13;
}
.BgClassName
{
background-color: #422F13;
}
</style>
border-color css
<style>
span { border-color: #422F13; }
span { border-color: rgb(66,47,19); }
td.TdClassName
{
border-color: #422F13;
}
.TagClassName
{
border-color: #422F13;
}
</style>