Shades of Clinker #432F12
Tints of Clinker #432F12
RGB
CMYK
RGB Variations
Color information
#432F12 (or 0x432F12) is known color: Clinker. HEX triplet: 43, 2F and 12. RGB value is (67,47,18). Sum of RGB (Red+Green+Blue) = 67+47+18=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F12 is #BCD0ED. Grayscale: #313131. Windows color (decimal): -12374254 or 1191747. OLE color: 1191747.
HSL color Cylindrical-coordinate representation of color #432F12: hue angle of 35.51º 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 #432F12 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 18 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.74 |
| HSL | 35.51º | 0.58% | 0.17% | - |
| HSV(B) | 35.51º | 0.73% | 0.26% | - |
| XYZ | 3.44 | 3.27 | 1.02 | - |
| YUV | 49.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 18 | 0 | 0.30 | 0.73 | 0.74 | 35.51 | 0.58 | 0.17 |
| Hex | 43 | 2F | 12 | 0 | 1E | 49 | 4A | 24 | 3A | 11 |
| Octal | 103 | 57 | 22 | 0 | 36 | 111 | 112 | 44 | 72 | 21 |
| Binary | 1000011 | 101111 | 10010 | 0 | 11110 | 1001001 | 1001010 | 100100 | 111010 | 10001 |
Color Harmonies of #432F12
Complementary color
Monochromatic Colors of #432F12
Black with #432F12
Text Example
Text Example
White with #432F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F12; }
p { color: rgb(67,47,18); }
H1.HeaderClassName
{
color: #432F12;
}
.AnyTagClassName
{
color: #432F12;
}
</style>
background-color css
<style>
a { background-color: #432F12; }
a { background-color: rgb(67,47,18); }
div.DivClassName
{
background-color: #432F12;
}
.BgClassName
{
background-color: #432F12;
}
</style>
border-color css
<style>
span { border-color: #432F12; }
span { border-color: rgb(67,47,18); }
td.TdClassName
{
border-color: #432F12;
}
.TagClassName
{
border-color: #432F12;
}
</style>