Shades of Clinker #443525
Tints of Clinker #443525
RGB
CMYK
RGB Variations
Color information
#443525 (or 0x443525) is known color: Clinker. HEX triplet: 44, 35 and 25. RGB value is (68,53,37). Sum of RGB (Red+Green+Blue) = 68+53+37=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #443525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443525 is #BBCADA. Grayscale: #373737. Windows color (decimal): -12307163 or 2438468. OLE color: 2438468.
HSL color Cylindrical-coordinate representation of color #443525: hue angle of 30.97º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #443525 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 53 | 37 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.73 |
| HSL | 30.97º | 0.3% | 0.21% | - |
| HSV(B) | 30.97º | 0.46% | 0.27% | - |
| XYZ | 3.99 | 3.91 | 2.29 | - |
| YUV | 55.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 37 | 0 | 0.22 | 0.46 | 0.73 | 30.97 | 0.3 | 0.21 |
| Hex | 44 | 35 | 25 | 0 | 16 | 2E | 49 | 1F | 1E | 15 |
| Octal | 104 | 65 | 45 | 0 | 26 | 56 | 111 | 37 | 36 | 25 |
| Binary | 1000100 | 110101 | 100101 | 0 | 10110 | 101110 | 1001001 | 11111 | 11110 | 10101 |
Color Harmonies of #443525
Complementary color
Monochromatic Colors of #443525
Black with #443525
Text Example
Text Example
White with #443525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443525; }
p { color: rgb(68,53,37); }
H1.HeaderClassName
{
color: #443525;
}
.AnyTagClassName
{
color: #443525;
}
</style>
background-color css
<style>
a { background-color: #443525; }
a { background-color: rgb(68,53,37); }
div.DivClassName
{
background-color: #443525;
}
.BgClassName
{
background-color: #443525;
}
</style>
border-color css
<style>
span { border-color: #443525; }
span { border-color: rgb(68,53,37); }
td.TdClassName
{
border-color: #443525;
}
.TagClassName
{
border-color: #443525;
}
</style>