Shades of Clinker #523A15
Tints of Clinker #523A15
RGB
CMYK
RGB Variations
Color information
#523A15 (or 0x523A15) is known color: Clinker. HEX triplet: 52, 3A and 15. RGB value is (82,58,21). Sum of RGB (Red+Green+Blue) = 82+58+21=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #523A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A15 is #ADC5EA. Grayscale: #3D3D3D. Windows color (decimal): -11388395 or 1391186. OLE color: 1391186.
HSL color Cylindrical-coordinate representation of color #523A15: hue angle of 36.39º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523A15 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 21 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.68 |
| HSL | 36.39º | 0.59% | 0.2% | - |
| HSV(B) | 36.39º | 0.74% | 0.32% | - |
| XYZ | 5.13 | 4.87 | 1.38 | - |
| YUV | 60.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 21 | 0 | 0.29 | 0.74 | 0.68 | 36.39 | 0.59 | 0.2 |
| Hex | 52 | 3A | 15 | 0 | 1D | 4A | 44 | 24 | 3B | 14 |
| Octal | 122 | 72 | 25 | 0 | 35 | 112 | 104 | 44 | 73 | 24 |
| Binary | 1010010 | 111010 | 10101 | 0 | 11101 | 1001010 | 1000100 | 100100 | 111011 | 10100 |
Color Harmonies of #523A15
Complementary color
Monochromatic Colors of #523A15
Black with #523A15
Text Example
Text Example
White with #523A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A15; }
p { color: rgb(82,58,21); }
H1.HeaderClassName
{
color: #523A15;
}
.AnyTagClassName
{
color: #523A15;
}
</style>
background-color css
<style>
a { background-color: #523A15; }
a { background-color: rgb(82,58,21); }
div.DivClassName
{
background-color: #523A15;
}
.BgClassName
{
background-color: #523A15;
}
</style>
border-color css
<style>
span { border-color: #523A15; }
span { border-color: rgb(82,58,21); }
td.TdClassName
{
border-color: #523A15;
}
.TagClassName
{
border-color: #523A15;
}
</style>