Shades of Clinker #523A16
Tints of Clinker #523A16
RGB
CMYK
RGB Variations
Color information
#523A16 (or 0x523A16) is known color: Clinker. HEX triplet: 52, 3A and 16. RGB value is (82,58,22). Sum of RGB (Red+Green+Blue) = 82+58+22=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A16 is #ADC5E9. Grayscale: #3D3D3D. Windows color (decimal): -11388394 or 1456722. OLE color: 1456722.
HSL color Cylindrical-coordinate representation of color #523A16: hue angle of 36º degrees, saturation: 0.58, 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 #523A16 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 22 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.68 |
| HSL | 36º | 0.58% | 0.2% | - |
| HSV(B) | 36º | 0.73% | 0.32% | - |
| XYZ | 5.14 | 4.88 | 1.43 | - |
| YUV | 61.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 22 | 0 | 0.29 | 0.73 | 0.68 | 36 | 0.58 | 0.2 |
| Hex | 52 | 3A | 16 | 0 | 1D | 49 | 44 | 24 | 3A | 14 |
| Octal | 122 | 72 | 26 | 0 | 35 | 111 | 104 | 44 | 72 | 24 |
| Binary | 1010010 | 111010 | 10110 | 0 | 11101 | 1001001 | 1000100 | 100100 | 111010 | 10100 |
Color Harmonies of #523A16
Complementary color
Monochromatic Colors of #523A16
Black with #523A16
Text Example
Text Example
White with #523A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A16; }
p { color: rgb(82,58,22); }
H1.HeaderClassName
{
color: #523A16;
}
.AnyTagClassName
{
color: #523A16;
}
</style>
background-color css
<style>
a { background-color: #523A16; }
a { background-color: rgb(82,58,22); }
div.DivClassName
{
background-color: #523A16;
}
.BgClassName
{
background-color: #523A16;
}
</style>
border-color css
<style>
span { border-color: #523A16; }
span { border-color: rgb(82,58,22); }
td.TdClassName
{
border-color: #523A16;
}
.TagClassName
{
border-color: #523A16;
}
</style>