Shades of Clinker #462E15
Tints of Clinker #462E15
RGB
CMYK
RGB Variations
Color information
#462E15 (or 0x462E15) is known color: Clinker. HEX triplet: 46, 2E and 15. RGB value is (70,46,21). Sum of RGB (Red+Green+Blue) = 70+46+21=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #462E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E15 is #B9D1EA. Grayscale: #323232. Windows color (decimal): -12177899 or 1388102. OLE color: 1388102.
HSL color Cylindrical-coordinate representation of color #462E15: hue angle of 30.61º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462E15 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 21 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.73 |
| HSL | 30.61º | 0.54% | 0.18% | - |
| HSV(B) | 30.61º | 0.7% | 0.27% | - |
| XYZ | 3.64 | 3.31 | 1.16 | - |
| YUV | 50.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 21 | 0 | 0.34 | 0.70 | 0.73 | 30.61 | 0.54 | 0.18 |
| Hex | 46 | 2E | 15 | 0 | 22 | 46 | 49 | 1F | 36 | 12 |
| Octal | 106 | 56 | 25 | 0 | 42 | 106 | 111 | 37 | 66 | 22 |
| Binary | 1000110 | 101110 | 10101 | 0 | 100010 | 1000110 | 1001001 | 11111 | 110110 | 10010 |
Color Harmonies of #462E15
Complementary color
Monochromatic Colors of #462E15
Black with #462E15
Text Example
Text Example
White with #462E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E15; }
p { color: rgb(70,46,21); }
H1.HeaderClassName
{
color: #462E15;
}
.AnyTagClassName
{
color: #462E15;
}
</style>
background-color css
<style>
a { background-color: #462E15; }
a { background-color: rgb(70,46,21); }
div.DivClassName
{
background-color: #462E15;
}
.BgClassName
{
background-color: #462E15;
}
</style>
border-color css
<style>
span { border-color: #462E15; }
span { border-color: rgb(70,46,21); }
td.TdClassName
{
border-color: #462E15;
}
.TagClassName
{
border-color: #462E15;
}
</style>