Shades of Clinker #533B13
Tints of Clinker #533B13
RGB
CMYK
RGB Variations
Color information
#533B13 (or 0x533B13) is known color: Clinker. HEX triplet: 53, 3B and 13. RGB value is (83,59,19). Sum of RGB (Red+Green+Blue) = 83+59+19=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #533B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B13 is #ACC4EC. Grayscale: #3D3D3D. Windows color (decimal): -11322605 or 1260371. OLE color: 1260371.
HSL color Cylindrical-coordinate representation of color #533B13: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #533B13 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 19 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.67 |
| HSL | 37.5º | 0.63% | 0.2% | - |
| HSV(B) | 37.5º | 0.77% | 0.33% | - |
| XYZ | 5.25 | 5.01 | 1.31 | - |
| YUV | 61.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 19 | 0 | 0.29 | 0.77 | 0.67 | 37.5 | 0.63 | 0.2 |
| Hex | 53 | 3B | 13 | 0 | 1D | 4D | 43 | 26 | 3F | 14 |
| Octal | 123 | 73 | 23 | 0 | 35 | 115 | 103 | 46 | 77 | 24 |
| Binary | 1010011 | 111011 | 10011 | 0 | 11101 | 1001101 | 1000011 | 100110 | 111111 | 10100 |
Color Harmonies of #533B13
Complementary color
Monochromatic Colors of #533B13
Black with #533B13
Text Example
Text Example
White with #533B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B13; }
p { color: rgb(83,59,19); }
H1.HeaderClassName
{
color: #533B13;
}
.AnyTagClassName
{
color: #533B13;
}
</style>
background-color css
<style>
a { background-color: #533B13; }
a { background-color: rgb(83,59,19); }
div.DivClassName
{
background-color: #533B13;
}
.BgClassName
{
background-color: #533B13;
}
</style>
border-color css
<style>
span { border-color: #533B13; }
span { border-color: rgb(83,59,19); }
td.TdClassName
{
border-color: #533B13;
}
.TagClassName
{
border-color: #533B13;
}
</style>