Shades of Clinker #46341F
Tints of Clinker #46341F
RGB
CMYK
RGB Variations
Color information
#46341F (or 0x46341F) is known color: Clinker. HEX triplet: 46, 34 and 1F. RGB value is (70,52,31). Sum of RGB (Red+Green+Blue) = 70+52+31=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46341F is #B9CBE0. Grayscale: #373737. Windows color (decimal): -12176353 or 2044998. OLE color: 2044998.
HSL color Cylindrical-coordinate representation of color #46341F: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46341F is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 52 | 31 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.73 |
| HSL | 32.31º | 0.39% | 0.2% | - |
| HSV(B) | 32.31º | 0.56% | 0.27% | - |
| XYZ | 4 | 3.86 | 1.83 | - |
| YUV | 54.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 31 | 0 | 0.26 | 0.56 | 0.73 | 32.31 | 0.39 | 0.2 |
| Hex | 46 | 34 | 1F | 0 | 1A | 38 | 49 | 20 | 27 | 14 |
| Octal | 106 | 64 | 37 | 0 | 32 | 70 | 111 | 40 | 47 | 24 |
| Binary | 1000110 | 110100 | 11111 | 0 | 11010 | 111000 | 1001001 | 100000 | 100111 | 10100 |
Color Harmonies of #46341F
Complementary color
Monochromatic Colors of #46341F
Black with #46341F
Text Example
Text Example
White with #46341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46341F; }
p { color: rgb(70,52,31); }
H1.HeaderClassName
{
color: #46341F;
}
.AnyTagClassName
{
color: #46341F;
}
</style>
background-color css
<style>
a { background-color: #46341F; }
a { background-color: rgb(70,52,31); }
div.DivClassName
{
background-color: #46341F;
}
.BgClassName
{
background-color: #46341F;
}
</style>
border-color css
<style>
span { border-color: #46341F; }
span { border-color: rgb(70,52,31); }
td.TdClassName
{
border-color: #46341F;
}
.TagClassName
{
border-color: #46341F;
}
</style>