Shades of Clinker #513C1B
Tints of Clinker #513C1B
RGB
CMYK
RGB Variations
Color information
#513C1B (or 0x513C1B) is known color: Clinker. HEX triplet: 51, 3C and 1B. RGB value is (81,60,27). Sum of RGB (Red+Green+Blue) = 81+60+27=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C1B is #AEC3E4. Grayscale: #3E3E3E. Windows color (decimal): -11453413 or 1784913. OLE color: 1784913.
HSL color Cylindrical-coordinate representation of color #513C1B: hue angle of 36.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513C1B is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 27 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.68 |
| HSL | 36.67º | 0.5% | 0.21% | - |
| HSV(B) | 36.67º | 0.67% | 0.32% | - |
| XYZ | 5.21 | 5.06 | 1.74 | - |
| YUV | 62.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 27 | 0 | 0.26 | 0.67 | 0.68 | 36.67 | 0.5 | 0.21 |
| Hex | 51 | 3C | 1B | 0 | 1A | 43 | 44 | 25 | 32 | 15 |
| Octal | 121 | 74 | 33 | 0 | 32 | 103 | 104 | 45 | 62 | 25 |
| Binary | 1010001 | 111100 | 11011 | 0 | 11010 | 1000011 | 1000100 | 100101 | 110010 | 10101 |
Color Harmonies of #513C1B
Complementary color
Monochromatic Colors of #513C1B
Black with #513C1B
Text Example
Text Example
White with #513C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C1B; }
p { color: rgb(81,60,27); }
H1.HeaderClassName
{
color: #513C1B;
}
.AnyTagClassName
{
color: #513C1B;
}
</style>
background-color css
<style>
a { background-color: #513C1B; }
a { background-color: rgb(81,60,27); }
div.DivClassName
{
background-color: #513C1B;
}
.BgClassName
{
background-color: #513C1B;
}
</style>
border-color css
<style>
span { border-color: #513C1B; }
span { border-color: rgb(81,60,27); }
td.TdClassName
{
border-color: #513C1B;
}
.TagClassName
{
border-color: #513C1B;
}
</style>