Shades of Very Dark Brown #533C33
Tints of Very Dark Brown #533C33
RGB
CMYK
RGB Variations
Color information
#533C33 (or 0x533C33) is known color: Very Dark Brown. HEX triplet: 53, 3C and 33. RGB value is (83,60,51). Sum of RGB (Red+Green+Blue) = 83+60+51=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C33 is #ACC3CC. Grayscale: #414141. Windows color (decimal): -11322317 or 3357779. OLE color: 3357779.
HSL color Cylindrical-coordinate representation of color #533C33: hue angle of 16.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #533C33 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 51 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.67 |
| HSL | 16.88º | 0.24% | 0.26% | - |
| HSV(B) | 16.88º | 0.39% | 0.33% | - |
| XYZ | 5.78 | 5.31 | 3.85 | - |
| YUV | 65.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 51 | 0 | 0.28 | 0.39 | 0.67 | 16.88 | 0.24 | 0.26 |
| Hex | 53 | 3C | 33 | 0 | 1C | 27 | 43 | 11 | 18 | 1A |
| Octal | 123 | 74 | 63 | 0 | 34 | 47 | 103 | 21 | 30 | 32 |
| Binary | 1010011 | 111100 | 110011 | 0 | 11100 | 100111 | 1000011 | 10001 | 11000 | 11010 |
Color Harmonies of #533C33
Complementary color
Monochromatic Colors of #533C33
Black with #533C33
Text Example
Text Example
White with #533C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C33; }
p { color: rgb(83,60,51); }
H1.HeaderClassName
{
color: #533C33;
}
.AnyTagClassName
{
color: #533C33;
}
</style>
background-color css
<style>
a { background-color: #533C33; }
a { background-color: rgb(83,60,51); }
div.DivClassName
{
background-color: #533C33;
}
.BgClassName
{
background-color: #533C33;
}
</style>
border-color css
<style>
span { border-color: #533C33; }
span { border-color: rgb(83,60,51); }
td.TdClassName
{
border-color: #533C33;
}
.TagClassName
{
border-color: #533C33;
}
</style>