Shades of Clinker #513A18
Tints of Clinker #513A18
RGB
CMYK
RGB Variations
Color information
#513A18 (or 0x513A18) is known color: Clinker. HEX triplet: 51, 3A and 18. RGB value is (81,58,24). Sum of RGB (Red+Green+Blue) = 81+58+24=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A18 is #AEC5E7. Grayscale: #3D3D3D. Windows color (decimal): -11453928 or 1587793. OLE color: 1587793.
HSL color Cylindrical-coordinate representation of color #513A18: hue angle of 35.79º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513A18 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 24 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.68 |
| HSL | 35.79º | 0.54% | 0.21% | - |
| HSV(B) | 35.79º | 0.7% | 0.32% | - |
| XYZ | 5.07 | 4.84 | 1.53 | - |
| YUV | 61 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 24 | 0 | 0.28 | 0.70 | 0.68 | 35.79 | 0.54 | 0.21 |
| Hex | 51 | 3A | 18 | 0 | 1C | 46 | 44 | 24 | 36 | 15 |
| Octal | 121 | 72 | 30 | 0 | 34 | 106 | 104 | 44 | 66 | 25 |
| Binary | 1010001 | 111010 | 11000 | 0 | 11100 | 1000110 | 1000100 | 100100 | 110110 | 10101 |
Color Harmonies of #513A18
Complementary color
Monochromatic Colors of #513A18
Black with #513A18
Text Example
Text Example
White with #513A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A18; }
p { color: rgb(81,58,24); }
H1.HeaderClassName
{
color: #513A18;
}
.AnyTagClassName
{
color: #513A18;
}
</style>
background-color css
<style>
a { background-color: #513A18; }
a { background-color: rgb(81,58,24); }
div.DivClassName
{
background-color: #513A18;
}
.BgClassName
{
background-color: #513A18;
}
</style>
border-color css
<style>
span { border-color: #513A18; }
span { border-color: rgb(81,58,24); }
td.TdClassName
{
border-color: #513A18;
}
.TagClassName
{
border-color: #513A18;
}
</style>