Shades of Clinker #513B1D
Tints of Clinker #513B1D
RGB
CMYK
RGB Variations
Color information
#513B1D (or 0x513B1D) is known color: Clinker. HEX triplet: 51, 3B and 1D. RGB value is (81,59,29). Sum of RGB (Red+Green+Blue) = 81+59+29=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B1D is #AEC4E2. Grayscale: #3E3E3E. Windows color (decimal): -11453667 or 1915729. OLE color: 1915729.
HSL color Cylindrical-coordinate representation of color #513B1D: hue angle of 34.62º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513B1D is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 29 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.68 |
| HSL | 34.62º | 0.47% | 0.22% | - |
| HSV(B) | 34.62º | 0.64% | 0.32% | - |
| XYZ | 5.18 | 4.97 | 1.85 | - |
| YUV | 62.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 29 | 0 | 0.27 | 0.64 | 0.68 | 34.62 | 0.47 | 0.22 |
| Hex | 51 | 3B | 1D | 0 | 1B | 40 | 44 | 23 | 2F | 16 |
| Octal | 121 | 73 | 35 | 0 | 33 | 100 | 104 | 43 | 57 | 26 |
| Binary | 1010001 | 111011 | 11101 | 0 | 11011 | 1000000 | 1000100 | 100011 | 101111 | 10110 |
Color Harmonies of #513B1D
Complementary color
Monochromatic Colors of #513B1D
Black with #513B1D
Text Example
Text Example
White with #513B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B1D; }
p { color: rgb(81,59,29); }
H1.HeaderClassName
{
color: #513B1D;
}
.AnyTagClassName
{
color: #513B1D;
}
</style>
background-color css
<style>
a { background-color: #513B1D; }
a { background-color: rgb(81,59,29); }
div.DivClassName
{
background-color: #513B1D;
}
.BgClassName
{
background-color: #513B1D;
}
</style>
border-color css
<style>
span { border-color: #513B1D; }
span { border-color: rgb(81,59,29); }
td.TdClassName
{
border-color: #513B1D;
}
.TagClassName
{
border-color: #513B1D;
}
</style>