Shades of Clinker #462F09
Tints of Clinker #462F09
RGB
CMYK
RGB Variations
Color information
#462F09 (or 0x462F09) is known color: Clinker. HEX triplet: 46, 2F and 09. RGB value is (70,47,9). Sum of RGB (Red+Green+Blue) = 70+47+9=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F09 is #B9D0F6. Grayscale: #313131. Windows color (decimal): -12177655 or 601926. OLE color: 601926.
HSL color Cylindrical-coordinate representation of color #462F09: hue angle of 37.38º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #462F09 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 9 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.73 |
| HSL | 37.38º | 0.77% | 0.15% | - |
| HSV(B) | 37.38º | 0.87% | 0.27% | - |
| XYZ | 3.59 | 3.35 | 0.72 | - |
| YUV | 49.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 9 | 0 | 0.33 | 0.87 | 0.73 | 37.38 | 0.77 | 0.15 |
| Hex | 46 | 2F | 9 | 0 | 21 | 57 | 49 | 25 | 4D | F |
| Octal | 106 | 57 | 11 | 0 | 41 | 127 | 111 | 45 | 115 | 17 |
| Binary | 1000110 | 101111 | 1001 | 0 | 100001 | 1010111 | 1001001 | 100101 | 1001101 | 1111 |
Color Harmonies of #462F09
Complementary color
Monochromatic Colors of #462F09
Black with #462F09
Text Example
Text Example
White with #462F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F09; }
p { color: rgb(70,47,9); }
H1.HeaderClassName
{
color: #462F09;
}
.AnyTagClassName
{
color: #462F09;
}
</style>
background-color css
<style>
a { background-color: #462F09; }
a { background-color: rgb(70,47,9); }
div.DivClassName
{
background-color: #462F09;
}
.BgClassName
{
background-color: #462F09;
}
</style>
border-color css
<style>
span { border-color: #462F09; }
span { border-color: rgb(70,47,9); }
td.TdClassName
{
border-color: #462F09;
}
.TagClassName
{
border-color: #462F09;
}
</style>