Shades of Clinker #432D0B
Tints of Clinker #432D0B
RGB
CMYK
RGB Variations
Color information
#432D0B (or 0x432D0B) is known color: Clinker. HEX triplet: 43, 2D and 0B. RGB value is (67,45,11). Sum of RGB (Red+Green+Blue) = 67+45+11=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #432D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D0B is #BCD2F4. Grayscale: #2F2F2F. Windows color (decimal): -12374773 or 732483. OLE color: 732483.
HSL color Cylindrical-coordinate representation of color #432D0B: hue angle of 36.43º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #432D0B is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 11 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.74 |
| HSL | 36.43º | 0.72% | 0.15% | - |
| HSV(B) | 36.43º | 0.84% | 0.26% | - |
| XYZ | 3.31 | 3.09 | 0.74 | - |
| YUV | 47.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 11 | 0 | 0.33 | 0.84 | 0.74 | 36.43 | 0.72 | 0.15 |
| Hex | 43 | 2D | B | 0 | 21 | 54 | 4A | 24 | 48 | F |
| Octal | 103 | 55 | 13 | 0 | 41 | 124 | 112 | 44 | 110 | 17 |
| Binary | 1000011 | 101101 | 1011 | 0 | 100001 | 1010100 | 1001010 | 100100 | 1001000 | 1111 |
Color Harmonies of #432D0B
Complementary color
Monochromatic Colors of #432D0B
Black with #432D0B
Text Example
Text Example
White with #432D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D0B; }
p { color: rgb(67,45,11); }
H1.HeaderClassName
{
color: #432D0B;
}
.AnyTagClassName
{
color: #432D0B;
}
</style>
background-color css
<style>
a { background-color: #432D0B; }
a { background-color: rgb(67,45,11); }
div.DivClassName
{
background-color: #432D0B;
}
.BgClassName
{
background-color: #432D0B;
}
</style>
border-color css
<style>
span { border-color: #432D0B; }
span { border-color: rgb(67,45,11); }
td.TdClassName
{
border-color: #432D0B;
}
.TagClassName
{
border-color: #432D0B;
}
</style>