Shades of Clinker #523A1F
Tints of Clinker #523A1F
RGB
CMYK
RGB Variations
Color information
#523A1F (or 0x523A1F) is known color: Clinker. HEX triplet: 52, 3A and 1F. RGB value is (82,58,31). Sum of RGB (Red+Green+Blue) = 82+58+31=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A1F is #ADC5E0. Grayscale: #3E3E3E. Windows color (decimal): -11388385 or 2046546. OLE color: 2046546.
HSL color Cylindrical-coordinate representation of color #523A1F: hue angle of 31.76º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523A1F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 31 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.68 |
| HSL | 31.76º | 0.45% | 0.22% | - |
| HSV(B) | 31.76º | 0.62% | 0.32% | - |
| XYZ | 5.24 | 4.92 | 1.97 | - |
| YUV | 62.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 31 | 0 | 0.29 | 0.62 | 0.68 | 31.76 | 0.45 | 0.22 |
| Hex | 52 | 3A | 1F | 0 | 1D | 3E | 44 | 20 | 2D | 16 |
| Octal | 122 | 72 | 37 | 0 | 35 | 76 | 104 | 40 | 55 | 26 |
| Binary | 1010010 | 111010 | 11111 | 0 | 11101 | 111110 | 1000100 | 100000 | 101101 | 10110 |
Color Harmonies of #523A1F
Complementary color
Monochromatic Colors of #523A1F
Black with #523A1F
Text Example
Text Example
White with #523A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A1F; }
p { color: rgb(82,58,31); }
H1.HeaderClassName
{
color: #523A1F;
}
.AnyTagClassName
{
color: #523A1F;
}
</style>
background-color css
<style>
a { background-color: #523A1F; }
a { background-color: rgb(82,58,31); }
div.DivClassName
{
background-color: #523A1F;
}
.BgClassName
{
background-color: #523A1F;
}
</style>
border-color css
<style>
span { border-color: #523A1F; }
span { border-color: rgb(82,58,31); }
td.TdClassName
{
border-color: #523A1F;
}
.TagClassName
{
border-color: #523A1F;
}
</style>