Shades of Clinker #432E11
Tints of Clinker #432E11
RGB
CMYK
RGB Variations
Color information
#432E11 (or 0x432E11) is known color: Clinker. HEX triplet: 43, 2E and 11. RGB value is (67,46,17). Sum of RGB (Red+Green+Blue) = 67+46+17=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #432E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E11 is #BCD1EE. Grayscale: #313131. Windows color (decimal): -12374511 or 1125955. OLE color: 1125955.
HSL color Cylindrical-coordinate representation of color #432E11: hue angle of 34.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432E11 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 17 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.74 |
| HSL | 34.8º | 0.6% | 0.16% | - |
| HSV(B) | 34.8º | 0.75% | 0.26% | - |
| XYZ | 3.39 | 3.19 | 0.97 | - |
| YUV | 48.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 17 | 0 | 0.31 | 0.75 | 0.74 | 34.8 | 0.6 | 0.16 |
| Hex | 43 | 2E | 11 | 0 | 1F | 4B | 4A | 23 | 3C | 10 |
| Octal | 103 | 56 | 21 | 0 | 37 | 113 | 112 | 43 | 74 | 20 |
| Binary | 1000011 | 101110 | 10001 | 0 | 11111 | 1001011 | 1001010 | 100011 | 111100 | 10000 |
Color Harmonies of #432E11
Complementary color
Monochromatic Colors of #432E11
Black with #432E11
Text Example
Text Example
White with #432E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E11; }
p { color: rgb(67,46,17); }
H1.HeaderClassName
{
color: #432E11;
}
.AnyTagClassName
{
color: #432E11;
}
</style>
background-color css
<style>
a { background-color: #432E11; }
a { background-color: rgb(67,46,17); }
div.DivClassName
{
background-color: #432E11;
}
.BgClassName
{
background-color: #432E11;
}
</style>
border-color css
<style>
span { border-color: #432E11; }
span { border-color: rgb(67,46,17); }
td.TdClassName
{
border-color: #432E11;
}
.TagClassName
{
border-color: #432E11;
}
</style>