Shades of Clinker #46341A
Tints of Clinker #46341A
RGB
CMYK
RGB Variations
Color information
#46341A (or 0x46341A) is known color: Clinker. HEX triplet: 46, 34 and 1A. RGB value is (70,52,26). Sum of RGB (Red+Green+Blue) = 70+52+26=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46341A is #B9CBE5. Grayscale: #363636. Windows color (decimal): -12176358 or 1717318. OLE color: 1717318.
HSL color Cylindrical-coordinate representation of color #46341A: hue angle of 35.45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46341A is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 52 | 26 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.73 |
| HSL | 35.45º | 0.46% | 0.19% | - |
| HSV(B) | 35.45º | 0.63% | 0.27% | - |
| XYZ | 3.94 | 3.83 | 1.51 | - |
| YUV | 54.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 26 | 0 | 0.26 | 0.63 | 0.73 | 35.45 | 0.46 | 0.19 |
| Hex | 46 | 34 | 1A | 0 | 1A | 3F | 49 | 23 | 2E | 13 |
| Octal | 106 | 64 | 32 | 0 | 32 | 77 | 111 | 43 | 56 | 23 |
| Binary | 1000110 | 110100 | 11010 | 0 | 11010 | 111111 | 1001001 | 100011 | 101110 | 10011 |
Color Harmonies of #46341A
Complementary color
Monochromatic Colors of #46341A
Black with #46341A
Text Example
Text Example
White with #46341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46341A; }
p { color: rgb(70,52,26); }
H1.HeaderClassName
{
color: #46341A;
}
.AnyTagClassName
{
color: #46341A;
}
</style>
background-color css
<style>
a { background-color: #46341A; }
a { background-color: rgb(70,52,26); }
div.DivClassName
{
background-color: #46341A;
}
.BgClassName
{
background-color: #46341A;
}
</style>
border-color css
<style>
span { border-color: #46341A; }
span { border-color: rgb(70,52,26); }
td.TdClassName
{
border-color: #46341A;
}
.TagClassName
{
border-color: #46341A;
}
</style>