Shades of Clinker #462C07
Tints of Clinker #462C07
RGB
CMYK
RGB Variations
Color information
#462C07 (or 0x462C07) is known color: Clinker. HEX triplet: 46, 2C and 07. RGB value is (70,44,7). Sum of RGB (Red+Green+Blue) = 70+44+7=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #462C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C07 is #B9D3F8. Grayscale: #2F2F2F. Windows color (decimal): -12178425 or 470086. OLE color: 470086.
HSL color Cylindrical-coordinate representation of color #462C07: hue angle of 35.24º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #462C07 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 7 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.73 |
| HSL | 35.24º | 0.82% | 0.15% | - |
| HSV(B) | 35.24º | 0.9% | 0.27% | - |
| XYZ | 3.46 | 3.12 | 0.62 | - |
| YUV | 47.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 7 | 0 | 0.37 | 0.90 | 0.73 | 35.24 | 0.82 | 0.15 |
| Hex | 46 | 2C | 7 | 0 | 25 | 5A | 49 | 23 | 52 | F |
| Octal | 106 | 54 | 7 | 0 | 45 | 132 | 111 | 43 | 122 | 17 |
| Binary | 1000110 | 101100 | 111 | 0 | 100101 | 1011010 | 1001001 | 100011 | 1010010 | 1111 |
Color Harmonies of #462C07
Complementary color
Monochromatic Colors of #462C07
Black with #462C07
Text Example
Text Example
White with #462C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C07; }
p { color: rgb(70,44,7); }
H1.HeaderClassName
{
color: #462C07;
}
.AnyTagClassName
{
color: #462C07;
}
</style>
background-color css
<style>
a { background-color: #462C07; }
a { background-color: rgb(70,44,7); }
div.DivClassName
{
background-color: #462C07;
}
.BgClassName
{
background-color: #462C07;
}
</style>
border-color css
<style>
span { border-color: #462C07; }
span { border-color: rgb(70,44,7); }
td.TdClassName
{
border-color: #462C07;
}
.TagClassName
{
border-color: #462C07;
}
</style>