Shades of Clinker #513A17
Tints of Clinker #513A17
RGB
CMYK
RGB Variations
Color information
#513A17 (or 0x513A17) is known color: Clinker. HEX triplet: 51, 3A and 17. RGB value is (81,58,23). Sum of RGB (Red+Green+Blue) = 81+58+23=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A17 is #AEC5E8. Grayscale: #3D3D3D. Windows color (decimal): -11453929 or 1522257. OLE color: 1522257.
HSL color Cylindrical-coordinate representation of color #513A17: hue angle of 36.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513A17 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 23 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.68 |
| HSL | 36.21º | 0.56% | 0.2% | - |
| HSV(B) | 36.21º | 0.72% | 0.32% | - |
| XYZ | 5.06 | 4.84 | 1.48 | - |
| YUV | 60.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 23 | 0 | 0.28 | 0.72 | 0.68 | 36.21 | 0.56 | 0.2 |
| Hex | 51 | 3A | 17 | 0 | 1C | 48 | 44 | 24 | 38 | 14 |
| Octal | 121 | 72 | 27 | 0 | 34 | 110 | 104 | 44 | 70 | 24 |
| Binary | 1010001 | 111010 | 10111 | 0 | 11100 | 1001000 | 1000100 | 100100 | 111000 | 10100 |
Color Harmonies of #513A17
Complementary color
Monochromatic Colors of #513A17
Black with #513A17
Text Example
Text Example
White with #513A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A17; }
p { color: rgb(81,58,23); }
H1.HeaderClassName
{
color: #513A17;
}
.AnyTagClassName
{
color: #513A17;
}
</style>
background-color css
<style>
a { background-color: #513A17; }
a { background-color: rgb(81,58,23); }
div.DivClassName
{
background-color: #513A17;
}
.BgClassName
{
background-color: #513A17;
}
</style>
border-color css
<style>
span { border-color: #513A17; }
span { border-color: rgb(81,58,23); }
td.TdClassName
{
border-color: #513A17;
}
.TagClassName
{
border-color: #513A17;
}
</style>