Shades of Clinker #533B1B
Tints of Clinker #533B1B
RGB
CMYK
RGB Variations
Color information
#533B1B (or 0x533B1B) is known color: Clinker. HEX triplet: 53, 3B and 1B. RGB value is (83,59,27). Sum of RGB (Red+Green+Blue) = 83+59+27=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #533B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B1B is #ACC4E4. Grayscale: #3E3E3E. Windows color (decimal): -11322597 or 1784659. OLE color: 1784659.
HSL color Cylindrical-coordinate representation of color #533B1B: hue angle of 34.29º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533B1B is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 27 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.67 |
| HSL | 34.29º | 0.51% | 0.22% | - |
| HSV(B) | 34.29º | 0.67% | 0.33% | - |
| XYZ | 5.33 | 5.05 | 1.73 | - |
| YUV | 62.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 27 | 0 | 0.29 | 0.67 | 0.67 | 34.29 | 0.51 | 0.22 |
| Hex | 53 | 3B | 1B | 0 | 1D | 43 | 43 | 22 | 33 | 16 |
| Octal | 123 | 73 | 33 | 0 | 35 | 103 | 103 | 42 | 63 | 26 |
| Binary | 1010011 | 111011 | 11011 | 0 | 11101 | 1000011 | 1000011 | 100010 | 110011 | 10110 |
Color Harmonies of #533B1B
Complementary color
Monochromatic Colors of #533B1B
Black with #533B1B
Text Example
Text Example
White with #533B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B1B; }
p { color: rgb(83,59,27); }
H1.HeaderClassName
{
color: #533B1B;
}
.AnyTagClassName
{
color: #533B1B;
}
</style>
background-color css
<style>
a { background-color: #533B1B; }
a { background-color: rgb(83,59,27); }
div.DivClassName
{
background-color: #533B1B;
}
.BgClassName
{
background-color: #533B1B;
}
</style>
border-color css
<style>
span { border-color: #533B1B; }
span { border-color: rgb(83,59,27); }
td.TdClassName
{
border-color: #533B1B;
}
.TagClassName
{
border-color: #533B1B;
}
</style>