Shades of Clinker #523C1E
Tints of Clinker #523C1E
RGB
CMYK
RGB Variations
Color information
#523C1E (or 0x523C1E) is known color: Clinker. HEX triplet: 52, 3C and 1E. RGB value is (82,60,30). Sum of RGB (Red+Green+Blue) = 82+60+30=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C1E is #ADC3E1. Grayscale: #3F3F3F. Windows color (decimal): -11387874 or 1981522. OLE color: 1981522.
HSL color Cylindrical-coordinate representation of color #523C1E: hue angle of 34.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523C1E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 30 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.68 |
| HSL | 34.62º | 0.46% | 0.22% | - |
| HSV(B) | 34.62º | 0.63% | 0.32% | - |
| XYZ | 5.33 | 5.12 | 1.94 | - |
| YUV | 63.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 30 | 0 | 0.27 | 0.63 | 0.68 | 34.62 | 0.46 | 0.22 |
| Hex | 52 | 3C | 1E | 0 | 1B | 3F | 44 | 23 | 2E | 16 |
| Octal | 122 | 74 | 36 | 0 | 33 | 77 | 104 | 43 | 56 | 26 |
| Binary | 1010010 | 111100 | 11110 | 0 | 11011 | 111111 | 1000100 | 100011 | 101110 | 10110 |
Color Harmonies of #523C1E
Complementary color
Monochromatic Colors of #523C1E
Black with #523C1E
Text Example
Text Example
White with #523C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C1E; }
p { color: rgb(82,60,30); }
H1.HeaderClassName
{
color: #523C1E;
}
.AnyTagClassName
{
color: #523C1E;
}
</style>
background-color css
<style>
a { background-color: #523C1E; }
a { background-color: rgb(82,60,30); }
div.DivClassName
{
background-color: #523C1E;
}
.BgClassName
{
background-color: #523C1E;
}
</style>
border-color css
<style>
span { border-color: #523C1E; }
span { border-color: rgb(82,60,30); }
td.TdClassName
{
border-color: #523C1E;
}
.TagClassName
{
border-color: #523C1E;
}
</style>