Shades of Clinker #533A18
Tints of Clinker #533A18
RGB
CMYK
RGB Variations
Color information
#533A18 (or 0x533A18) is known color: Clinker. HEX triplet: 53, 3A and 18. RGB value is (83,58,24). Sum of RGB (Red+Green+Blue) = 83+58+24=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #533A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A18 is #ACC5E7. Grayscale: #3D3D3D. Windows color (decimal): -11322856 or 1587795. OLE color: 1587795.
HSL color Cylindrical-coordinate representation of color #533A18: hue angle of 34.58º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533A18 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 24 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.67 |
| HSL | 34.58º | 0.55% | 0.21% | - |
| HSV(B) | 34.58º | 0.71% | 0.33% | - |
| XYZ | 5.25 | 4.93 | 1.54 | - |
| YUV | 61.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 24 | 0 | 0.30 | 0.71 | 0.67 | 34.58 | 0.55 | 0.21 |
| Hex | 53 | 3A | 18 | 0 | 1E | 47 | 43 | 23 | 37 | 15 |
| Octal | 123 | 72 | 30 | 0 | 36 | 107 | 103 | 43 | 67 | 25 |
| Binary | 1010011 | 111010 | 11000 | 0 | 11110 | 1000111 | 1000011 | 100011 | 110111 | 10101 |
Color Harmonies of #533A18
Complementary color
Monochromatic Colors of #533A18
Black with #533A18
Text Example
Text Example
White with #533A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A18; }
p { color: rgb(83,58,24); }
H1.HeaderClassName
{
color: #533A18;
}
.AnyTagClassName
{
color: #533A18;
}
</style>
background-color css
<style>
a { background-color: #533A18; }
a { background-color: rgb(83,58,24); }
div.DivClassName
{
background-color: #533A18;
}
.BgClassName
{
background-color: #533A18;
}
</style>
border-color css
<style>
span { border-color: #533A18; }
span { border-color: rgb(83,58,24); }
td.TdClassName
{
border-color: #533A18;
}
.TagClassName
{
border-color: #533A18;
}
</style>