Shades of Clinker #46361F
Tints of Clinker #46361F
RGB
CMYK
RGB Variations
Color information
#46361F (or 0x46361F) is known color: Clinker. HEX triplet: 46, 36 and 1F. RGB value is (70,54,31). Sum of RGB (Red+Green+Blue) = 70+54+31=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46361F is #B9C9E0. Grayscale: #383838. Windows color (decimal): -12175841 or 2045510. OLE color: 2045510.
HSL color Cylindrical-coordinate representation of color #46361F: hue angle of 35.38º 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 #46361F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 54 | 31 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.73 |
| HSL | 35.38º | 0.39% | 0.2% | - |
| HSV(B) | 35.38º | 0.56% | 0.27% | - |
| XYZ | 4.09 | 4.04 | 1.86 | - |
| YUV | 56.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 31 | 0 | 0.23 | 0.56 | 0.73 | 35.38 | 0.39 | 0.2 |
| Hex | 46 | 36 | 1F | 0 | 17 | 38 | 49 | 23 | 27 | 14 |
| Octal | 106 | 66 | 37 | 0 | 27 | 70 | 111 | 43 | 47 | 24 |
| Binary | 1000110 | 110110 | 11111 | 0 | 10111 | 111000 | 1001001 | 100011 | 100111 | 10100 |
Color Harmonies of #46361F
Complementary color
Monochromatic Colors of #46361F
Black with #46361F
Text Example
Text Example
White with #46361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46361F; }
p { color: rgb(70,54,31); }
H1.HeaderClassName
{
color: #46361F;
}
.AnyTagClassName
{
color: #46361F;
}
</style>
background-color css
<style>
a { background-color: #46361F; }
a { background-color: rgb(70,54,31); }
div.DivClassName
{
background-color: #46361F;
}
.BgClassName
{
background-color: #46361F;
}
</style>
border-color css
<style>
span { border-color: #46361F; }
span { border-color: rgb(70,54,31); }
td.TdClassName
{
border-color: #46361F;
}
.TagClassName
{
border-color: #46361F;
}
</style>