Shades of Clinker #462C00
Tints of Clinker #462C00
RGB
CMYK
RGB Variations
Color information
#462C00 (or 0x462C00) is known color: Clinker. HEX triplet: 46, 2C and 00. RGB value is (70,44,0). Sum of RGB (Red+Green+Blue) = 70+44+0=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #462C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C00 is #B9D3FF. Grayscale: #2E2E2E. Windows color (decimal): -12178432 or 11334. OLE color: 11334.
HSL color Cylindrical-coordinate representation of color #462C00: hue angle of 37.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #462C00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.73 |
| HSL | 37.71º | 1% | 0.14% | - |
| HSV(B) | 37.71º | 1% | 0.27% | - |
| XYZ | 3.43 | 3.1 | 0.42 | - |
| YUV | 46.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 0 | 0 | 0.37 | 1 | 0.73 | 37.71 | 1 | 0.14 |
| Hex | 46 | 2C | 0 | 0 | 25 | 64 | 49 | 26 | 64 | E |
| Octal | 106 | 54 | 0 | 0 | 45 | 144 | 111 | 46 | 144 | 16 |
| Binary | 1000110 | 101100 | 0 | 0 | 100101 | 1100100 | 1001001 | 100110 | 1100100 | 1110 |
Color Harmonies of #462C00
Complementary color
Monochromatic Colors of #462C00
Black with #462C00
Text Example
Text Example
White with #462C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C00; }
p { color: rgb(70,44,0); }
H1.HeaderClassName
{
color: #462C00;
}
.AnyTagClassName
{
color: #462C00;
}
</style>
background-color css
<style>
a { background-color: #462C00; }
a { background-color: rgb(70,44,0); }
div.DivClassName
{
background-color: #462C00;
}
.BgClassName
{
background-color: #462C00;
}
</style>
border-color css
<style>
span { border-color: #462C00; }
span { border-color: rgb(70,44,0); }
td.TdClassName
{
border-color: #462C00;
}
.TagClassName
{
border-color: #462C00;
}
</style>