Shades of Clinker #513B16
Tints of Clinker #513B16
RGB
CMYK
RGB Variations
Color information
#513B16 (or 0x513B16) is known color: Clinker. HEX triplet: 51, 3B and 16. RGB value is (81,59,22). Sum of RGB (Red+Green+Blue) = 81+59+22=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B16 is #AEC4E9. Grayscale: #3D3D3D. Windows color (decimal): -11453674 or 1456977. OLE color: 1456977.
HSL color Cylindrical-coordinate representation of color #513B16: hue angle of 37.63º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513B16 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 22 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.68 |
| HSL | 37.63º | 0.57% | 0.2% | - |
| HSV(B) | 37.63º | 0.73% | 0.32% | - |
| XYZ | 5.1 | 4.94 | 1.44 | - |
| YUV | 61.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 22 | 0 | 0.27 | 0.73 | 0.68 | 37.63 | 0.57 | 0.2 |
| Hex | 51 | 3B | 16 | 0 | 1B | 49 | 44 | 26 | 39 | 14 |
| Octal | 121 | 73 | 26 | 0 | 33 | 111 | 104 | 46 | 71 | 24 |
| Binary | 1010001 | 111011 | 10110 | 0 | 11011 | 1001001 | 1000100 | 100110 | 111001 | 10100 |
Color Harmonies of #513B16
Complementary color
Monochromatic Colors of #513B16
Black with #513B16
Text Example
Text Example
White with #513B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B16; }
p { color: rgb(81,59,22); }
H1.HeaderClassName
{
color: #513B16;
}
.AnyTagClassName
{
color: #513B16;
}
</style>
background-color css
<style>
a { background-color: #513B16; }
a { background-color: rgb(81,59,22); }
div.DivClassName
{
background-color: #513B16;
}
.BgClassName
{
background-color: #513B16;
}
</style>
border-color css
<style>
span { border-color: #513B16; }
span { border-color: rgb(81,59,22); }
td.TdClassName
{
border-color: #513B16;
}
.TagClassName
{
border-color: #513B16;
}
</style>