Shades of Deep Bronze #533E26
Tints of Deep Bronze #533E26
RGB
CMYK
RGB Variations
Color information
#533E26 (or 0x533E26) is known color: Deep Bronze. HEX triplet: 53, 3E and 26. RGB value is (83,62,38). Sum of RGB (Red+Green+Blue) = 83+62+38=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #533E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E26 is #ACC1D9. Grayscale: #414141. Windows color (decimal): -11321818 or 2506323. OLE color: 2506323.
HSL color Cylindrical-coordinate representation of color #533E26: hue angle of 32º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #533E26 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 38 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.67 |
| HSL | 32º | 0.37% | 0.24% | - |
| HSV(B) | 32º | 0.54% | 0.33% | - |
| XYZ | 5.64 | 5.42 | 2.58 | - |
| YUV | 65.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 38 | 0 | 0.25 | 0.54 | 0.67 | 32 | 0.37 | 0.24 |
| Hex | 53 | 3E | 26 | 0 | 19 | 36 | 43 | 20 | 25 | 18 |
| Octal | 123 | 76 | 46 | 0 | 31 | 66 | 103 | 40 | 45 | 30 |
| Binary | 1010011 | 111110 | 100110 | 0 | 11001 | 110110 | 1000011 | 100000 | 100101 | 11000 |
Color Harmonies of #533E26
Complementary color
Monochromatic Colors of #533E26
Black with #533E26
Text Example
Text Example
White with #533E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E26; }
p { color: rgb(83,62,38); }
H1.HeaderClassName
{
color: #533E26;
}
.AnyTagClassName
{
color: #533E26;
}
</style>
background-color css
<style>
a { background-color: #533E26; }
a { background-color: rgb(83,62,38); }
div.DivClassName
{
background-color: #533E26;
}
.BgClassName
{
background-color: #533E26;
}
</style>
border-color css
<style>
span { border-color: #533E26; }
span { border-color: rgb(83,62,38); }
td.TdClassName
{
border-color: #533E26;
}
.TagClassName
{
border-color: #533E26;
}
</style>