Shades of Clinker #46341C
Tints of Clinker #46341C
RGB
CMYK
RGB Variations
Color information
#46341C (or 0x46341C) is known color: Clinker. HEX triplet: 46, 34 and 1C. RGB value is (70,52,28). Sum of RGB (Red+Green+Blue) = 70+52+28=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46341C is #B9CBE3. Grayscale: #363636. Windows color (decimal): -12176356 or 1848390. OLE color: 1848390.
HSL color Cylindrical-coordinate representation of color #46341C: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46341C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 52 | 28 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.73 |
| HSL | 34.29º | 0.43% | 0.19% | - |
| HSV(B) | 34.29º | 0.6% | 0.27% | - |
| XYZ | 3.96 | 3.84 | 1.63 | - |
| YUV | 54.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 28 | 0 | 0.26 | 0.60 | 0.73 | 34.29 | 0.43 | 0.19 |
| Hex | 46 | 34 | 1C | 0 | 1A | 3C | 49 | 22 | 2B | 13 |
| Octal | 106 | 64 | 34 | 0 | 32 | 74 | 111 | 42 | 53 | 23 |
| Binary | 1000110 | 110100 | 11100 | 0 | 11010 | 111100 | 1001001 | 100010 | 101011 | 10011 |
Color Harmonies of #46341C
Complementary color
Monochromatic Colors of #46341C
Black with #46341C
Text Example
Text Example
White with #46341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46341C; }
p { color: rgb(70,52,28); }
H1.HeaderClassName
{
color: #46341C;
}
.AnyTagClassName
{
color: #46341C;
}
</style>
background-color css
<style>
a { background-color: #46341C; }
a { background-color: rgb(70,52,28); }
div.DivClassName
{
background-color: #46341C;
}
.BgClassName
{
background-color: #46341C;
}
</style>
border-color css
<style>
span { border-color: #46341C; }
span { border-color: rgb(70,52,28); }
td.TdClassName
{
border-color: #46341C;
}
.TagClassName
{
border-color: #46341C;
}
</style>