Shades of Clinker #43341D
Tints of Clinker #43341D
RGB
CMYK
RGB Variations
Color information
#43341D (or 0x43341D) is known color: Clinker. HEX triplet: 43, 34 and 1D. RGB value is (67,52,29). Sum of RGB (Red+Green+Blue) = 67+52+29=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #43341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43341D is #BCCBE2. Grayscale: #353535. Windows color (decimal): -12372963 or 1913923. OLE color: 1913923.
HSL color Cylindrical-coordinate representation of color #43341D: hue angle of 36.32º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43341D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 52 | 29 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.74 |
| HSL | 36.32º | 0.4% | 0.19% | - |
| HSV(B) | 36.32º | 0.57% | 0.26% | - |
| XYZ | 3.76 | 3.74 | 1.69 | - |
| YUV | 53.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 29 | 0 | 0.22 | 0.57 | 0.74 | 36.32 | 0.4 | 0.19 |
| Hex | 43 | 34 | 1D | 0 | 16 | 39 | 4A | 24 | 28 | 13 |
| Octal | 103 | 64 | 35 | 0 | 26 | 71 | 112 | 44 | 50 | 23 |
| Binary | 1000011 | 110100 | 11101 | 0 | 10110 | 111001 | 1001010 | 100100 | 101000 | 10011 |
Color Harmonies of #43341D
Complementary color
Monochromatic Colors of #43341D
Black with #43341D
Text Example
Text Example
White with #43341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43341D; }
p { color: rgb(67,52,29); }
H1.HeaderClassName
{
color: #43341D;
}
.AnyTagClassName
{
color: #43341D;
}
</style>
background-color css
<style>
a { background-color: #43341D; }
a { background-color: rgb(67,52,29); }
div.DivClassName
{
background-color: #43341D;
}
.BgClassName
{
background-color: #43341D;
}
</style>
border-color css
<style>
span { border-color: #43341D; }
span { border-color: rgb(67,52,29); }
td.TdClassName
{
border-color: #43341D;
}
.TagClassName
{
border-color: #43341D;
}
</style>