Shades of Deep Bronze #533C22
Tints of Deep Bronze #533C22
RGB
CMYK
RGB Variations
Color information
#533C22 (or 0x533C22) is known color: Deep Bronze. HEX triplet: 53, 3C and 22. RGB value is (83,60,34). Sum of RGB (Red+Green+Blue) = 83+60+34=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #533C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C22 is #ACC3DD. Grayscale: #404040. Windows color (decimal): -11322334 or 2243667. OLE color: 2243667.
HSL color Cylindrical-coordinate representation of color #533C22: hue angle of 31.84º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533C22 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 34 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.67 |
| HSL | 31.84º | 0.42% | 0.23% | - |
| HSV(B) | 31.84º | 0.59% | 0.33% | - |
| XYZ | 5.47 | 5.19 | 2.23 | - |
| YUV | 63.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 34 | 0 | 0.28 | 0.59 | 0.67 | 31.84 | 0.42 | 0.23 |
| Hex | 53 | 3C | 22 | 0 | 1C | 3B | 43 | 20 | 2A | 17 |
| Octal | 123 | 74 | 42 | 0 | 34 | 73 | 103 | 40 | 52 | 27 |
| Binary | 1010011 | 111100 | 100010 | 0 | 11100 | 111011 | 1000011 | 100000 | 101010 | 10111 |
Color Harmonies of #533C22
Complementary color
Monochromatic Colors of #533C22
Black with #533C22
Text Example
Text Example
White with #533C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C22; }
p { color: rgb(83,60,34); }
H1.HeaderClassName
{
color: #533C22;
}
.AnyTagClassName
{
color: #533C22;
}
</style>
background-color css
<style>
a { background-color: #533C22; }
a { background-color: rgb(83,60,34); }
div.DivClassName
{
background-color: #533C22;
}
.BgClassName
{
background-color: #533C22;
}
</style>
border-color css
<style>
span { border-color: #533C22; }
span { border-color: rgb(83,60,34); }
td.TdClassName
{
border-color: #533C22;
}
.TagClassName
{
border-color: #533C22;
}
</style>