Shades of Clinker #533C17
Tints of Clinker #533C17
RGB
CMYK
RGB Variations
Color information
#533C17 (or 0x533C17) is known color: Clinker. HEX triplet: 53, 3C and 17. RGB value is (83,60,23). Sum of RGB (Red+Green+Blue) = 83+60+23=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #533C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C17 is #ACC3E8. Grayscale: #3E3E3E. Windows color (decimal): -11322345 or 1522771. OLE color: 1522771.
HSL color Cylindrical-coordinate representation of color #533C17: hue angle of 37º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533C17 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 23 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.67 |
| HSL | 37º | 0.57% | 0.21% | - |
| HSV(B) | 37º | 0.72% | 0.33% | - |
| XYZ | 5.34 | 5.13 | 1.52 | - |
| YUV | 62.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 23 | 0 | 0.28 | 0.72 | 0.67 | 37 | 0.57 | 0.21 |
| Hex | 53 | 3C | 17 | 0 | 1C | 48 | 43 | 25 | 39 | 15 |
| Octal | 123 | 74 | 27 | 0 | 34 | 110 | 103 | 45 | 71 | 25 |
| Binary | 1010011 | 111100 | 10111 | 0 | 11100 | 1001000 | 1000011 | 100101 | 111001 | 10101 |
Color Harmonies of #533C17
Complementary color
Monochromatic Colors of #533C17
Black with #533C17
Text Example
Text Example
White with #533C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C17; }
p { color: rgb(83,60,23); }
H1.HeaderClassName
{
color: #533C17;
}
.AnyTagClassName
{
color: #533C17;
}
</style>
background-color css
<style>
a { background-color: #533C17; }
a { background-color: rgb(83,60,23); }
div.DivClassName
{
background-color: #533C17;
}
.BgClassName
{
background-color: #533C17;
}
</style>
border-color css
<style>
span { border-color: #533C17; }
span { border-color: rgb(83,60,23); }
td.TdClassName
{
border-color: #533C17;
}
.TagClassName
{
border-color: #533C17;
}
</style>