Shades of Clinker #463927
Tints of Clinker #463927
RGB
CMYK
RGB Variations
Color information
#463927 (or 0x463927) is known color: Clinker. HEX triplet: 46, 39 and 27. RGB value is (70,57,39). Sum of RGB (Red+Green+Blue) = 70+57+39=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463927 is #B9C6D8. Grayscale: #3A3A3A. Windows color (decimal): -12175065 or 2570566. OLE color: 2570566.
HSL color Cylindrical-coordinate representation of color #463927: hue angle of 34.84º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463927 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 39 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.73 |
| HSL | 34.84º | 0.28% | 0.21% | - |
| HSV(B) | 34.84º | 0.44% | 0.27% | - |
| XYZ | 4.36 | 4.37 | 2.53 | - |
| YUV | 58.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 39 | 0 | 0.19 | 0.44 | 0.73 | 34.84 | 0.28 | 0.21 |
| Hex | 46 | 39 | 27 | 0 | 13 | 2C | 49 | 23 | 1C | 15 |
| Octal | 106 | 71 | 47 | 0 | 23 | 54 | 111 | 43 | 34 | 25 |
| Binary | 1000110 | 111001 | 100111 | 0 | 10011 | 101100 | 1001001 | 100011 | 11100 | 10101 |
Color Harmonies of #463927
Complementary color
Monochromatic Colors of #463927
Black with #463927
Text Example
Text Example
White with #463927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463927; }
p { color: rgb(70,57,39); }
H1.HeaderClassName
{
color: #463927;
}
.AnyTagClassName
{
color: #463927;
}
</style>
background-color css
<style>
a { background-color: #463927; }
a { background-color: rgb(70,57,39); }
div.DivClassName
{
background-color: #463927;
}
.BgClassName
{
background-color: #463927;
}
</style>
border-color css
<style>
span { border-color: #463927; }
span { border-color: rgb(70,57,39); }
td.TdClassName
{
border-color: #463927;
}
.TagClassName
{
border-color: #463927;
}
</style>