Shades of Clinker #46361E
Tints of Clinker #46361E
RGB
CMYK
RGB Variations
Color information
#46361E (or 0x46361E) is known color: Clinker. HEX triplet: 46, 36 and 1E. RGB value is (70,54,30). Sum of RGB (Red+Green+Blue) = 70+54+30=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46361E is #B9C9E1. Grayscale: #383838. Windows color (decimal): -12175842 or 1979974. OLE color: 1979974.
HSL color Cylindrical-coordinate representation of color #46361E: hue angle of 36º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46361E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 54 | 30 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.73 |
| HSL | 36º | 0.4% | 0.2% | - |
| HSV(B) | 36º | 0.57% | 0.27% | - |
| XYZ | 4.08 | 4.03 | 1.79 | - |
| YUV | 56.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 30 | 0 | 0.23 | 0.57 | 0.73 | 36 | 0.4 | 0.2 |
| Hex | 46 | 36 | 1E | 0 | 17 | 39 | 49 | 24 | 28 | 14 |
| Octal | 106 | 66 | 36 | 0 | 27 | 71 | 111 | 44 | 50 | 24 |
| Binary | 1000110 | 110110 | 11110 | 0 | 10111 | 111001 | 1001001 | 100100 | 101000 | 10100 |
Color Harmonies of #46361E
Complementary color
Monochromatic Colors of #46361E
Black with #46361E
Text Example
Text Example
White with #46361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46361E; }
p { color: rgb(70,54,30); }
H1.HeaderClassName
{
color: #46361E;
}
.AnyTagClassName
{
color: #46361E;
}
</style>
background-color css
<style>
a { background-color: #46361E; }
a { background-color: rgb(70,54,30); }
div.DivClassName
{
background-color: #46361E;
}
.BgClassName
{
background-color: #46361E;
}
</style>
border-color css
<style>
span { border-color: #46361E; }
span { border-color: rgb(70,54,30); }
td.TdClassName
{
border-color: #46361E;
}
.TagClassName
{
border-color: #46361E;
}
</style>