Shades of Clinker #523B20
Tints of Clinker #523B20
RGB
CMYK
RGB Variations
Color information
#523B20 (or 0x523B20) is known color: Clinker. HEX triplet: 52, 3B and 20. RGB value is (82,59,32). Sum of RGB (Red+Green+Blue) = 82+59+32=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #523B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B20 is #ADC4DF. Grayscale: #3E3E3E. Windows color (decimal): -11388128 or 2112338. OLE color: 2112338.
HSL color Cylindrical-coordinate representation of color #523B20: hue angle of 32.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523B20 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 32 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.68 |
| HSL | 32.4º | 0.44% | 0.22% | - |
| HSV(B) | 32.4º | 0.61% | 0.32% | - |
| XYZ | 5.3 | 5.03 | 2.06 | - |
| YUV | 62.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 32 | 0 | 0.28 | 0.61 | 0.68 | 32.4 | 0.44 | 0.22 |
| Hex | 52 | 3B | 20 | 0 | 1C | 3D | 44 | 20 | 2C | 16 |
| Octal | 122 | 73 | 40 | 0 | 34 | 75 | 104 | 40 | 54 | 26 |
| Binary | 1010010 | 111011 | 100000 | 0 | 11100 | 111101 | 1000100 | 100000 | 101100 | 10110 |
Color Harmonies of #523B20
Complementary color
Monochromatic Colors of #523B20
Black with #523B20
Text Example
Text Example
White with #523B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B20; }
p { color: rgb(82,59,32); }
H1.HeaderClassName
{
color: #523B20;
}
.AnyTagClassName
{
color: #523B20;
}
</style>
background-color css
<style>
a { background-color: #523B20; }
a { background-color: rgb(82,59,32); }
div.DivClassName
{
background-color: #523B20;
}
.BgClassName
{
background-color: #523B20;
}
</style>
border-color css
<style>
span { border-color: #523B20; }
span { border-color: rgb(82,59,32); }
td.TdClassName
{
border-color: #523B20;
}
.TagClassName
{
border-color: #523B20;
}
</style>