Shades of Clinker #533B1D
Tints of Clinker #533B1D
RGB
CMYK
RGB Variations
Color information
#533B1D (or 0x533B1D) is known color: Clinker. HEX triplet: 53, 3B and 1D. RGB value is (83,59,29). Sum of RGB (Red+Green+Blue) = 83+59+29=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #533B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B1D is #ACC4E2. Grayscale: #3E3E3E. Windows color (decimal): -11322595 or 1915731. OLE color: 1915731.
HSL color Cylindrical-coordinate representation of color #533B1D: hue angle of 33.33º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533B1D is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 29 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.67 |
| HSL | 33.33º | 0.48% | 0.22% | - |
| HSV(B) | 33.33º | 0.65% | 0.33% | - |
| XYZ | 5.35 | 5.06 | 1.86 | - |
| YUV | 62.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 29 | 0 | 0.29 | 0.65 | 0.67 | 33.33 | 0.48 | 0.22 |
| Hex | 53 | 3B | 1D | 0 | 1D | 41 | 43 | 21 | 30 | 16 |
| Octal | 123 | 73 | 35 | 0 | 35 | 101 | 103 | 41 | 60 | 26 |
| Binary | 1010011 | 111011 | 11101 | 0 | 11101 | 1000001 | 1000011 | 100001 | 110000 | 10110 |
Color Harmonies of #533B1D
Complementary color
Monochromatic Colors of #533B1D
Black with #533B1D
Text Example
Text Example
White with #533B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B1D; }
p { color: rgb(83,59,29); }
H1.HeaderClassName
{
color: #533B1D;
}
.AnyTagClassName
{
color: #533B1D;
}
</style>
background-color css
<style>
a { background-color: #533B1D; }
a { background-color: rgb(83,59,29); }
div.DivClassName
{
background-color: #533B1D;
}
.BgClassName
{
background-color: #533B1D;
}
</style>
border-color css
<style>
span { border-color: #533B1D; }
span { border-color: rgb(83,59,29); }
td.TdClassName
{
border-color: #533B1D;
}
.TagClassName
{
border-color: #533B1D;
}
</style>