Shades of Clinker #462D05
Tints of Clinker #462D05
RGB
CMYK
RGB Variations
Color information
#462D05 (or 0x462D05) is known color: Clinker. HEX triplet: 46, 2D and 05. RGB value is (70,45,5). Sum of RGB (Red+Green+Blue) = 70+45+5=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #462D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D05 is #B9D2FA. Grayscale: #303030. Windows color (decimal): -12178171 or 339270. OLE color: 339270.
HSL color Cylindrical-coordinate representation of color #462D05: hue angle of 36.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #462D05 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 5 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.73 |
| HSL | 36.92º | 0.87% | 0.15% | - |
| HSV(B) | 36.92º | 0.93% | 0.27% | - |
| XYZ | 3.49 | 3.19 | 0.58 | - |
| YUV | 47.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 5 | 0 | 0.36 | 0.93 | 0.73 | 36.92 | 0.87 | 0.15 |
| Hex | 46 | 2D | 5 | 0 | 24 | 5D | 49 | 25 | 57 | F |
| Octal | 106 | 55 | 5 | 0 | 44 | 135 | 111 | 45 | 127 | 17 |
| Binary | 1000110 | 101101 | 101 | 0 | 100100 | 1011101 | 1001001 | 100101 | 1010111 | 1111 |
Color Harmonies of #462D05
Complementary color
Monochromatic Colors of #462D05
Black with #462D05
Text Example
Text Example
White with #462D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D05; }
p { color: rgb(70,45,5); }
H1.HeaderClassName
{
color: #462D05;
}
.AnyTagClassName
{
color: #462D05;
}
</style>
background-color css
<style>
a { background-color: #462D05; }
a { background-color: rgb(70,45,5); }
div.DivClassName
{
background-color: #462D05;
}
.BgClassName
{
background-color: #462D05;
}
</style>
border-color css
<style>
span { border-color: #462D05; }
span { border-color: rgb(70,45,5); }
td.TdClassName
{
border-color: #462D05;
}
.TagClassName
{
border-color: #462D05;
}
</style>