Shades of Clinker #432E10
Tints of Clinker #432E10
RGB
CMYK
RGB Variations
Color information
#432E10 (or 0x432E10) is known color: Clinker. HEX triplet: 43, 2E and 10. RGB value is (67,46,16). Sum of RGB (Red+Green+Blue) = 67+46+16=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #432E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E10 is #BCD1EF. Grayscale: #303030. Windows color (decimal): -12374512 or 1060419. OLE color: 1060419.
HSL color Cylindrical-coordinate representation of color #432E10: hue angle of 35.29º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432E10 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 16 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.74 |
| HSL | 35.29º | 0.61% | 0.16% | - |
| HSV(B) | 35.29º | 0.76% | 0.26% | - |
| XYZ | 3.39 | 3.18 | 0.93 | - |
| YUV | 48.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 16 | 0 | 0.31 | 0.76 | 0.74 | 35.29 | 0.61 | 0.16 |
| Hex | 43 | 2E | 10 | 0 | 1F | 4C | 4A | 23 | 3D | 10 |
| Octal | 103 | 56 | 20 | 0 | 37 | 114 | 112 | 43 | 75 | 20 |
| Binary | 1000011 | 101110 | 10000 | 0 | 11111 | 1001100 | 1001010 | 100011 | 111101 | 10000 |
Color Harmonies of #432E10
Complementary color
Monochromatic Colors of #432E10
Black with #432E10
Text Example
Text Example
White with #432E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E10; }
p { color: rgb(67,46,16); }
H1.HeaderClassName
{
color: #432E10;
}
.AnyTagClassName
{
color: #432E10;
}
</style>
background-color css
<style>
a { background-color: #432E10; }
a { background-color: rgb(67,46,16); }
div.DivClassName
{
background-color: #432E10;
}
.BgClassName
{
background-color: #432E10;
}
</style>
border-color css
<style>
span { border-color: #432E10; }
span { border-color: rgb(67,46,16); }
td.TdClassName
{
border-color: #432E10;
}
.TagClassName
{
border-color: #432E10;
}
</style>