Shades of Clinker #432F16
Tints of Clinker #432F16
RGB
CMYK
RGB Variations
Color information
#432F16 (or 0x432F16) is known color: Clinker. HEX triplet: 43, 2F and 16. RGB value is (67,47,22). Sum of RGB (Red+Green+Blue) = 67+47+22=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F16 is #BCD0E9. Grayscale: #323232. Windows color (decimal): -12374250 or 1453891. OLE color: 1453891.
HSL color Cylindrical-coordinate representation of color #432F16: hue angle of 33.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432F16 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 22 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.74 |
| HSL | 33.33º | 0.51% | 0.17% | - |
| HSV(B) | 33.33º | 0.67% | 0.26% | - |
| XYZ | 3.48 | 3.28 | 1.21 | - |
| YUV | 50.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 22 | 0 | 0.30 | 0.67 | 0.74 | 33.33 | 0.51 | 0.17 |
| Hex | 43 | 2F | 16 | 0 | 1E | 43 | 4A | 21 | 33 | 11 |
| Octal | 103 | 57 | 26 | 0 | 36 | 103 | 112 | 41 | 63 | 21 |
| Binary | 1000011 | 101111 | 10110 | 0 | 11110 | 1000011 | 1001010 | 100001 | 110011 | 10001 |
Color Harmonies of #432F16
Complementary color
Monochromatic Colors of #432F16
Black with #432F16
Text Example
Text Example
White with #432F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F16; }
p { color: rgb(67,47,22); }
H1.HeaderClassName
{
color: #432F16;
}
.AnyTagClassName
{
color: #432F16;
}
</style>
background-color css
<style>
a { background-color: #432F16; }
a { background-color: rgb(67,47,22); }
div.DivClassName
{
background-color: #432F16;
}
.BgClassName
{
background-color: #432F16;
}
</style>
border-color css
<style>
span { border-color: #432F16; }
span { border-color: rgb(67,47,22); }
td.TdClassName
{
border-color: #432F16;
}
.TagClassName
{
border-color: #432F16;
}
</style>