Shades of Clinker #523A1B
Tints of Clinker #523A1B
RGB
CMYK
RGB Variations
Color information
#523A1B (or 0x523A1B) is known color: Clinker. HEX triplet: 52, 3A and 1B. RGB value is (82,58,27). Sum of RGB (Red+Green+Blue) = 82+58+27=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #523A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A1B is #ADC5E4. Grayscale: #3D3D3D. Windows color (decimal): -11388389 or 1784402. OLE color: 1784402.
HSL color Cylindrical-coordinate representation of color #523A1B: hue angle of 33.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523A1B is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 27 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.68 |
| HSL | 33.82º | 0.5% | 0.21% | - |
| HSV(B) | 33.82º | 0.67% | 0.32% | - |
| XYZ | 5.19 | 4.9 | 1.71 | - |
| YUV | 61.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 27 | 0 | 0.29 | 0.67 | 0.68 | 33.82 | 0.5 | 0.21 |
| Hex | 52 | 3A | 1B | 0 | 1D | 43 | 44 | 22 | 32 | 15 |
| Octal | 122 | 72 | 33 | 0 | 35 | 103 | 104 | 42 | 62 | 25 |
| Binary | 1010010 | 111010 | 11011 | 0 | 11101 | 1000011 | 1000100 | 100010 | 110010 | 10101 |
Color Harmonies of #523A1B
Complementary color
Monochromatic Colors of #523A1B
Black with #523A1B
Text Example
Text Example
White with #523A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A1B; }
p { color: rgb(82,58,27); }
H1.HeaderClassName
{
color: #523A1B;
}
.AnyTagClassName
{
color: #523A1B;
}
</style>
background-color css
<style>
a { background-color: #523A1B; }
a { background-color: rgb(82,58,27); }
div.DivClassName
{
background-color: #523A1B;
}
.BgClassName
{
background-color: #523A1B;
}
</style>
border-color css
<style>
span { border-color: #523A1B; }
span { border-color: rgb(82,58,27); }
td.TdClassName
{
border-color: #523A1B;
}
.TagClassName
{
border-color: #523A1B;
}
</style>