Shades of Clinker #462F16
Tints of Clinker #462F16
RGB
CMYK
RGB Variations
Color information
#462F16 (or 0x462F16) is known color: Clinker. HEX triplet: 46, 2F and 16. RGB value is (70,47,22). Sum of RGB (Red+Green+Blue) = 70+47+22=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F16 is #B9D0E9. Grayscale: #333333. Windows color (decimal): -12177642 or 1453894. OLE color: 1453894.
HSL color Cylindrical-coordinate representation of color #462F16: hue angle of 31.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462F16 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 22 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.73 |
| HSL | 31.25º | 0.52% | 0.18% | - |
| HSV(B) | 31.25º | 0.69% | 0.27% | - |
| XYZ | 3.69 | 3.39 | 1.22 | - |
| YUV | 51.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 22 | 0 | 0.33 | 0.69 | 0.73 | 31.25 | 0.52 | 0.18 |
| Hex | 46 | 2F | 16 | 0 | 21 | 45 | 49 | 1F | 34 | 12 |
| Octal | 106 | 57 | 26 | 0 | 41 | 105 | 111 | 37 | 64 | 22 |
| Binary | 1000110 | 101111 | 10110 | 0 | 100001 | 1000101 | 1001001 | 11111 | 110100 | 10010 |
Color Harmonies of #462F16
Complementary color
Monochromatic Colors of #462F16
Black with #462F16
Text Example
Text Example
White with #462F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F16; }
p { color: rgb(70,47,22); }
H1.HeaderClassName
{
color: #462F16;
}
.AnyTagClassName
{
color: #462F16;
}
</style>
background-color css
<style>
a { background-color: #462F16; }
a { background-color: rgb(70,47,22); }
div.DivClassName
{
background-color: #462F16;
}
.BgClassName
{
background-color: #462F16;
}
</style>
border-color css
<style>
span { border-color: #462F16; }
span { border-color: rgb(70,47,22); }
td.TdClassName
{
border-color: #462F16;
}
.TagClassName
{
border-color: #462F16;
}
</style>