Shades of Clinker #533B16
Tints of Clinker #533B16
RGB
CMYK
RGB Variations
Color information
#533B16 (or 0x533B16) is known color: Clinker. HEX triplet: 53, 3B and 16. RGB value is (83,59,22). Sum of RGB (Red+Green+Blue) = 83+59+22=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B16 is #ACC4E9. Grayscale: #3E3E3E. Windows color (decimal): -11322602 or 1456979. OLE color: 1456979.
HSL color Cylindrical-coordinate representation of color #533B16: hue angle of 36.39º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533B16 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 22 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.67 |
| HSL | 36.39º | 0.58% | 0.21% | - |
| HSV(B) | 36.39º | 0.73% | 0.33% | - |
| XYZ | 5.28 | 5.02 | 1.45 | - |
| YUV | 61.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 22 | 0 | 0.29 | 0.73 | 0.67 | 36.39 | 0.58 | 0.21 |
| Hex | 53 | 3B | 16 | 0 | 1D | 49 | 43 | 24 | 3A | 15 |
| Octal | 123 | 73 | 26 | 0 | 35 | 111 | 103 | 44 | 72 | 25 |
| Binary | 1010011 | 111011 | 10110 | 0 | 11101 | 1001001 | 1000011 | 100100 | 111010 | 10101 |
Color Harmonies of #533B16
Complementary color
Monochromatic Colors of #533B16
Black with #533B16
Text Example
Text Example
White with #533B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B16; }
p { color: rgb(83,59,22); }
H1.HeaderClassName
{
color: #533B16;
}
.AnyTagClassName
{
color: #533B16;
}
</style>
background-color css
<style>
a { background-color: #533B16; }
a { background-color: rgb(83,59,22); }
div.DivClassName
{
background-color: #533B16;
}
.BgClassName
{
background-color: #533B16;
}
</style>
border-color css
<style>
span { border-color: #533B16; }
span { border-color: rgb(83,59,22); }
td.TdClassName
{
border-color: #533B16;
}
.TagClassName
{
border-color: #533B16;
}
</style>