Shades of Clinker #523B1A
Tints of Clinker #523B1A
RGB
CMYK
RGB Variations
Color information
#523B1A (or 0x523B1A) is known color: Clinker. HEX triplet: 52, 3B and 1A. RGB value is (82,59,26). Sum of RGB (Red+Green+Blue) = 82+59+26=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #523B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B1A is #ADC4E5. Grayscale: #3E3E3E. Windows color (decimal): -11388134 or 1719122. OLE color: 1719122.
HSL color Cylindrical-coordinate representation of color #523B1A: hue angle of 35.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523B1A is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 26 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.68 |
| HSL | 35.36º | 0.52% | 0.21% | - |
| HSV(B) | 35.36º | 0.68% | 0.32% | - |
| XYZ | 5.23 | 5 | 1.67 | - |
| YUV | 62.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 26 | 0 | 0.28 | 0.68 | 0.68 | 35.36 | 0.52 | 0.21 |
| Hex | 52 | 3B | 1A | 0 | 1C | 44 | 44 | 23 | 34 | 15 |
| Octal | 122 | 73 | 32 | 0 | 34 | 104 | 104 | 43 | 64 | 25 |
| Binary | 1010010 | 111011 | 11010 | 0 | 11100 | 1000100 | 1000100 | 100011 | 110100 | 10101 |
Color Harmonies of #523B1A
Complementary color
Monochromatic Colors of #523B1A
Black with #523B1A
Text Example
Text Example
White with #523B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B1A; }
p { color: rgb(82,59,26); }
H1.HeaderClassName
{
color: #523B1A;
}
.AnyTagClassName
{
color: #523B1A;
}
</style>
background-color css
<style>
a { background-color: #523B1A; }
a { background-color: rgb(82,59,26); }
div.DivClassName
{
background-color: #523B1A;
}
.BgClassName
{
background-color: #523B1A;
}
</style>
border-color css
<style>
span { border-color: #523B1A; }
span { border-color: rgb(82,59,26); }
td.TdClassName
{
border-color: #523B1A;
}
.TagClassName
{
border-color: #523B1A;
}
</style>