Shades of Clinker #432E14
Tints of Clinker #432E14
RGB
CMYK
RGB Variations
Color information
#432E14 (or 0x432E14) is known color: Clinker. HEX triplet: 43, 2E and 14. RGB value is (67,46,20). Sum of RGB (Red+Green+Blue) = 67+46+20=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E14 is #BCD1EB. Grayscale: #313131. Windows color (decimal): -12374508 or 1322563. OLE color: 1322563.
HSL color Cylindrical-coordinate representation of color #432E14: hue angle of 33.19º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432E14 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 20 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.74 |
| HSL | 33.19º | 0.54% | 0.17% | - |
| HSV(B) | 33.19º | 0.7% | 0.26% | - |
| XYZ | 3.42 | 3.2 | 1.1 | - |
| YUV | 49.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 20 | 0 | 0.31 | 0.70 | 0.74 | 33.19 | 0.54 | 0.17 |
| Hex | 43 | 2E | 14 | 0 | 1F | 46 | 4A | 21 | 36 | 11 |
| Octal | 103 | 56 | 24 | 0 | 37 | 106 | 112 | 41 | 66 | 21 |
| Binary | 1000011 | 101110 | 10100 | 0 | 11111 | 1000110 | 1001010 | 100001 | 110110 | 10001 |
Color Harmonies of #432E14
Complementary color
Monochromatic Colors of #432E14
Black with #432E14
Text Example
Text Example
White with #432E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E14; }
p { color: rgb(67,46,20); }
H1.HeaderClassName
{
color: #432E14;
}
.AnyTagClassName
{
color: #432E14;
}
</style>
background-color css
<style>
a { background-color: #432E14; }
a { background-color: rgb(67,46,20); }
div.DivClassName
{
background-color: #432E14;
}
.BgClassName
{
background-color: #432E14;
}
</style>
border-color css
<style>
span { border-color: #432E14; }
span { border-color: rgb(67,46,20); }
td.TdClassName
{
border-color: #432E14;
}
.TagClassName
{
border-color: #432E14;
}
</style>