Shades of Clinker #432E12
Tints of Clinker #432E12
RGB
CMYK
RGB Variations
Color information
#432E12 (or 0x432E12) is known color: Clinker. HEX triplet: 43, 2E and 12. RGB value is (67,46,18). Sum of RGB (Red+Green+Blue) = 67+46+18=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E12 is #BCD1ED. Grayscale: #313131. Windows color (decimal): -12374510 or 1191491. OLE color: 1191491.
HSL color Cylindrical-coordinate representation of color #432E12: hue angle of 34.29º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432E12 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 18 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.74 |
| HSL | 34.29º | 0.58% | 0.17% | - |
| HSV(B) | 34.29º | 0.73% | 0.26% | - |
| XYZ | 3.4 | 3.19 | 1.01 | - |
| YUV | 49.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 18 | 0 | 0.31 | 0.73 | 0.74 | 34.29 | 0.58 | 0.17 |
| Hex | 43 | 2E | 12 | 0 | 1F | 49 | 4A | 22 | 3A | 11 |
| Octal | 103 | 56 | 22 | 0 | 37 | 111 | 112 | 42 | 72 | 21 |
| Binary | 1000011 | 101110 | 10010 | 0 | 11111 | 1001001 | 1001010 | 100010 | 111010 | 10001 |
Color Harmonies of #432E12
Complementary color
Monochromatic Colors of #432E12
Black with #432E12
Text Example
Text Example
White with #432E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E12; }
p { color: rgb(67,46,18); }
H1.HeaderClassName
{
color: #432E12;
}
.AnyTagClassName
{
color: #432E12;
}
</style>
background-color css
<style>
a { background-color: #432E12; }
a { background-color: rgb(67,46,18); }
div.DivClassName
{
background-color: #432E12;
}
.BgClassName
{
background-color: #432E12;
}
</style>
border-color css
<style>
span { border-color: #432E12; }
span { border-color: rgb(67,46,18); }
td.TdClassName
{
border-color: #432E12;
}
.TagClassName
{
border-color: #432E12;
}
</style>