Shades of Clinker #533B17
Tints of Clinker #533B17
RGB
CMYK
RGB Variations
Color information
#533B17 (or 0x533B17) is known color: Clinker. HEX triplet: 53, 3B and 17. RGB value is (83,59,23). Sum of RGB (Red+Green+Blue) = 83+59+23=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #533B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B17 is #ACC4E8. Grayscale: #3E3E3E. Windows color (decimal): -11322601 or 1522515. OLE color: 1522515.
HSL color Cylindrical-coordinate representation of color #533B17: hue angle of 36º 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 #533B17 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 23 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.67 |
| HSL | 36º | 0.57% | 0.21% | - |
| HSV(B) | 36º | 0.72% | 0.33% | - |
| XYZ | 5.29 | 5.03 | 1.5 | - |
| YUV | 62.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 23 | 0 | 0.29 | 0.72 | 0.67 | 36 | 0.57 | 0.21 |
| Hex | 53 | 3B | 17 | 0 | 1D | 48 | 43 | 24 | 39 | 15 |
| Octal | 123 | 73 | 27 | 0 | 35 | 110 | 103 | 44 | 71 | 25 |
| Binary | 1010011 | 111011 | 10111 | 0 | 11101 | 1001000 | 1000011 | 100100 | 111001 | 10101 |
Color Harmonies of #533B17
Complementary color
Monochromatic Colors of #533B17
Black with #533B17
Text Example
Text Example
White with #533B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B17; }
p { color: rgb(83,59,23); }
H1.HeaderClassName
{
color: #533B17;
}
.AnyTagClassName
{
color: #533B17;
}
</style>
background-color css
<style>
a { background-color: #533B17; }
a { background-color: rgb(83,59,23); }
div.DivClassName
{
background-color: #533B17;
}
.BgClassName
{
background-color: #533B17;
}
</style>
border-color css
<style>
span { border-color: #533B17; }
span { border-color: rgb(83,59,23); }
td.TdClassName
{
border-color: #533B17;
}
.TagClassName
{
border-color: #533B17;
}
</style>