Shades of Clinker #513C20
Tints of Clinker #513C20
RGB
CMYK
RGB Variations
Color information
#513C20 (or 0x513C20) is known color: Clinker. HEX triplet: 51, 3C and 20. RGB value is (81,60,32). Sum of RGB (Red+Green+Blue) = 81+60+32=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #513C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C20 is #AEC3DF. Grayscale: #3F3F3F. Windows color (decimal): -11453408 or 2112593. OLE color: 2112593.
HSL color Cylindrical-coordinate representation of color #513C20: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513C20 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 32 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.68 |
| HSL | 34.29º | 0.43% | 0.22% | - |
| HSV(B) | 34.29º | 0.6% | 0.32% | - |
| XYZ | 5.27 | 5.09 | 2.07 | - |
| YUV | 63.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 32 | 0 | 0.26 | 0.60 | 0.68 | 34.29 | 0.43 | 0.22 |
| Hex | 51 | 3C | 20 | 0 | 1A | 3C | 44 | 22 | 2B | 16 |
| Octal | 121 | 74 | 40 | 0 | 32 | 74 | 104 | 42 | 53 | 26 |
| Binary | 1010001 | 111100 | 100000 | 0 | 11010 | 111100 | 1000100 | 100010 | 101011 | 10110 |
Color Harmonies of #513C20
Complementary color
Monochromatic Colors of #513C20
Black with #513C20
Text Example
Text Example
White with #513C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C20; }
p { color: rgb(81,60,32); }
H1.HeaderClassName
{
color: #513C20;
}
.AnyTagClassName
{
color: #513C20;
}
</style>
background-color css
<style>
a { background-color: #513C20; }
a { background-color: rgb(81,60,32); }
div.DivClassName
{
background-color: #513C20;
}
.BgClassName
{
background-color: #513C20;
}
</style>
border-color css
<style>
span { border-color: #513C20; }
span { border-color: rgb(81,60,32); }
td.TdClassName
{
border-color: #513C20;
}
.TagClassName
{
border-color: #513C20;
}
</style>