Shades of Clinker #523919
Tints of Clinker #523919
RGB
CMYK
RGB Variations
Color information
#523919 (or 0x523919) is known color: Clinker. HEX triplet: 52, 39 and 19. RGB value is (82,57,25). Sum of RGB (Red+Green+Blue) = 82+57+25=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #523919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523919 is #ADC6E6. Grayscale: #3C3C3C. Windows color (decimal): -11388647 or 1653074. OLE color: 1653074.
HSL color Cylindrical-coordinate representation of color #523919: hue angle of 33.68º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523919 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 25 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.68 |
| HSL | 33.68º | 0.53% | 0.21% | - |
| HSV(B) | 33.68º | 0.7% | 0.32% | - |
| XYZ | 5.12 | 4.79 | 1.57 | - |
| YUV | 60.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 25 | 0 | 0.30 | 0.70 | 0.68 | 33.68 | 0.53 | 0.21 |
| Hex | 52 | 39 | 19 | 0 | 1E | 46 | 44 | 22 | 35 | 15 |
| Octal | 122 | 71 | 31 | 0 | 36 | 106 | 104 | 42 | 65 | 25 |
| Binary | 1010010 | 111001 | 11001 | 0 | 11110 | 1000110 | 1000100 | 100010 | 110101 | 10101 |
Color Harmonies of #523919
Complementary color
Monochromatic Colors of #523919
Black with #523919
Text Example
Text Example
White with #523919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523919; }
p { color: rgb(82,57,25); }
H1.HeaderClassName
{
color: #523919;
}
.AnyTagClassName
{
color: #523919;
}
</style>
background-color css
<style>
a { background-color: #523919; }
a { background-color: rgb(82,57,25); }
div.DivClassName
{
background-color: #523919;
}
.BgClassName
{
background-color: #523919;
}
</style>
border-color css
<style>
span { border-color: #523919; }
span { border-color: rgb(82,57,25); }
td.TdClassName
{
border-color: #523919;
}
.TagClassName
{
border-color: #523919;
}
</style>