Shades of Clinker #523B1D
Tints of Clinker #523B1D
RGB
CMYK
RGB Variations
Color information
#523B1D (or 0x523B1D) is known color: Clinker. HEX triplet: 52, 3B and 1D. RGB value is (82,59,29). Sum of RGB (Red+Green+Blue) = 82+59+29=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #523B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B1D is #ADC4E2. Grayscale: #3E3E3E. Windows color (decimal): -11388131 or 1915730. OLE color: 1915730.
HSL color Cylindrical-coordinate representation of color #523B1D: hue angle of 33.96º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523B1D is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 29 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.68 |
| HSL | 33.96º | 0.48% | 0.22% | - |
| HSV(B) | 33.96º | 0.65% | 0.32% | - |
| XYZ | 5.27 | 5.01 | 1.85 | - |
| YUV | 62.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 29 | 0 | 0.28 | 0.65 | 0.68 | 33.96 | 0.48 | 0.22 |
| Hex | 52 | 3B | 1D | 0 | 1C | 41 | 44 | 22 | 30 | 16 |
| Octal | 122 | 73 | 35 | 0 | 34 | 101 | 104 | 42 | 60 | 26 |
| Binary | 1010010 | 111011 | 11101 | 0 | 11100 | 1000001 | 1000100 | 100010 | 110000 | 10110 |
Color Harmonies of #523B1D
Complementary color
Monochromatic Colors of #523B1D
Black with #523B1D
Text Example
Text Example
White with #523B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B1D; }
p { color: rgb(82,59,29); }
H1.HeaderClassName
{
color: #523B1D;
}
.AnyTagClassName
{
color: #523B1D;
}
</style>
background-color css
<style>
a { background-color: #523B1D; }
a { background-color: rgb(82,59,29); }
div.DivClassName
{
background-color: #523B1D;
}
.BgClassName
{
background-color: #523B1D;
}
</style>
border-color css
<style>
span { border-color: #523B1D; }
span { border-color: rgb(82,59,29); }
td.TdClassName
{
border-color: #523B1D;
}
.TagClassName
{
border-color: #523B1D;
}
</style>