Shades of Clinker #462F07
Tints of Clinker #462F07
RGB
CMYK
RGB Variations
Color information
#462F07 (or 0x462F07) is known color: Clinker. HEX triplet: 46, 2F and 07. RGB value is (70,47,7). Sum of RGB (Red+Green+Blue) = 70+47+7=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F07 is #B9D0F8. Grayscale: #313131. Windows color (decimal): -12177657 or 470854. OLE color: 470854.
HSL color Cylindrical-coordinate representation of color #462F07: hue angle of 38.1º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #462F07 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 7 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.73 |
| HSL | 38.1º | 0.82% | 0.15% | - |
| HSV(B) | 38.1º | 0.9% | 0.27% | - |
| XYZ | 3.58 | 3.35 | 0.66 | - |
| YUV | 49.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 7 | 0 | 0.33 | 0.90 | 0.73 | 38.1 | 0.82 | 0.15 |
| Hex | 46 | 2F | 7 | 0 | 21 | 5A | 49 | 26 | 52 | F |
| Octal | 106 | 57 | 7 | 0 | 41 | 132 | 111 | 46 | 122 | 17 |
| Binary | 1000110 | 101111 | 111 | 0 | 100001 | 1011010 | 1001001 | 100110 | 1010010 | 1111 |
Color Harmonies of #462F07
Complementary color
Monochromatic Colors of #462F07
Black with #462F07
Text Example
Text Example
White with #462F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F07; }
p { color: rgb(70,47,7); }
H1.HeaderClassName
{
color: #462F07;
}
.AnyTagClassName
{
color: #462F07;
}
</style>
background-color css
<style>
a { background-color: #462F07; }
a { background-color: rgb(70,47,7); }
div.DivClassName
{
background-color: #462F07;
}
.BgClassName
{
background-color: #462F07;
}
</style>
border-color css
<style>
span { border-color: #462F07; }
span { border-color: rgb(70,47,7); }
td.TdClassName
{
border-color: #462F07;
}
.TagClassName
{
border-color: #462F07;
}
</style>