Shades of Deep Bronze #533E22
Tints of Deep Bronze #533E22
RGB
CMYK
RGB Variations
Color information
#533E22 (or 0x533E22) is known color: Deep Bronze. HEX triplet: 53, 3E and 22. RGB value is (83,62,34). Sum of RGB (Red+Green+Blue) = 83+62+34=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #533E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E22 is #ACC1DD. Grayscale: #414141. Windows color (decimal): -11321822 or 2244179. OLE color: 2244179.
HSL color Cylindrical-coordinate representation of color #533E22: hue angle of 34.29º 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 #533E22 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 34 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.67 |
| HSL | 34.29º | 0.42% | 0.23% | - |
| HSV(B) | 34.29º | 0.59% | 0.33% | - |
| XYZ | 5.58 | 5.4 | 2.26 | - |
| YUV | 65.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 34 | 0 | 0.25 | 0.59 | 0.67 | 34.29 | 0.42 | 0.23 |
| Hex | 53 | 3E | 22 | 0 | 19 | 3B | 43 | 22 | 2A | 17 |
| Octal | 123 | 76 | 42 | 0 | 31 | 73 | 103 | 42 | 52 | 27 |
| Binary | 1010011 | 111110 | 100010 | 0 | 11001 | 111011 | 1000011 | 100010 | 101010 | 10111 |
Color Harmonies of #533E22
Complementary color
Monochromatic Colors of #533E22
Black with #533E22
Text Example
Text Example
White with #533E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E22; }
p { color: rgb(83,62,34); }
H1.HeaderClassName
{
color: #533E22;
}
.AnyTagClassName
{
color: #533E22;
}
</style>
background-color css
<style>
a { background-color: #533E22; }
a { background-color: rgb(83,62,34); }
div.DivClassName
{
background-color: #533E22;
}
.BgClassName
{
background-color: #533E22;
}
</style>
border-color css
<style>
span { border-color: #533E22; }
span { border-color: rgb(83,62,34); }
td.TdClassName
{
border-color: #533E22;
}
.TagClassName
{
border-color: #533E22;
}
</style>