Shades of Clinker #46321D
Tints of Clinker #46321D
RGB
CMYK
RGB Variations
Color information
#46321D (or 0x46321D) is known color: Clinker. HEX triplet: 46, 32 and 1D. RGB value is (70,50,29). Sum of RGB (Red+Green+Blue) = 70+50+29=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46321D is #B9CDE2. Grayscale: #353535. Windows color (decimal): -12176867 or 1913414. OLE color: 1913414.
HSL color Cylindrical-coordinate representation of color #46321D: hue angle of 30.73º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46321D is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 29 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.73 |
| HSL | 30.73º | 0.41% | 0.19% | - |
| HSV(B) | 30.73º | 0.59% | 0.27% | - |
| XYZ | 3.89 | 3.67 | 1.67 | - |
| YUV | 53.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 29 | 0 | 0.29 | 0.59 | 0.73 | 30.73 | 0.41 | 0.19 |
| Hex | 46 | 32 | 1D | 0 | 1D | 3B | 49 | 1F | 29 | 13 |
| Octal | 106 | 62 | 35 | 0 | 35 | 73 | 111 | 37 | 51 | 23 |
| Binary | 1000110 | 110010 | 11101 | 0 | 11101 | 111011 | 1001001 | 11111 | 101001 | 10011 |
Color Harmonies of #46321D
Complementary color
Monochromatic Colors of #46321D
Black with #46321D
Text Example
Text Example
White with #46321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46321D; }
p { color: rgb(70,50,29); }
H1.HeaderClassName
{
color: #46321D;
}
.AnyTagClassName
{
color: #46321D;
}
</style>
background-color css
<style>
a { background-color: #46321D; }
a { background-color: rgb(70,50,29); }
div.DivClassName
{
background-color: #46321D;
}
.BgClassName
{
background-color: #46321D;
}
</style>
border-color css
<style>
span { border-color: #46321D; }
span { border-color: rgb(70,50,29); }
td.TdClassName
{
border-color: #46321D;
}
.TagClassName
{
border-color: #46321D;
}
</style>