Shades of Deep Bronze #533E28
Tints of Deep Bronze #533E28
RGB
CMYK
RGB Variations
Color information
#533E28 (or 0x533E28) is known color: Deep Bronze. HEX triplet: 53, 3E and 28. RGB value is (83,62,40). Sum of RGB (Red+Green+Blue) = 83+62+40=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E28 is #ACC1D7. Grayscale: #414141. Windows color (decimal): -11321816 or 2637395. OLE color: 2637395.
HSL color Cylindrical-coordinate representation of color #533E28: hue angle of 30.7º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533E28 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 40 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.67 |
| HSL | 30.7º | 0.35% | 0.24% | - |
| HSV(B) | 30.7º | 0.52% | 0.33% | - |
| XYZ | 5.67 | 5.44 | 2.76 | - |
| YUV | 65.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 40 | 0 | 0.25 | 0.52 | 0.67 | 30.7 | 0.35 | 0.24 |
| Hex | 53 | 3E | 28 | 0 | 19 | 34 | 43 | 1F | 23 | 18 |
| Octal | 123 | 76 | 50 | 0 | 31 | 64 | 103 | 37 | 43 | 30 |
| Binary | 1010011 | 111110 | 101000 | 0 | 11001 | 110100 | 1000011 | 11111 | 100011 | 11000 |
Color Harmonies of #533E28
Complementary color
Monochromatic Colors of #533E28
Black with #533E28
Text Example
Text Example
White with #533E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E28; }
p { color: rgb(83,62,40); }
H1.HeaderClassName
{
color: #533E28;
}
.AnyTagClassName
{
color: #533E28;
}
</style>
background-color css
<style>
a { background-color: #533E28; }
a { background-color: rgb(83,62,40); }
div.DivClassName
{
background-color: #533E28;
}
.BgClassName
{
background-color: #533E28;
}
</style>
border-color css
<style>
span { border-color: #533E28; }
span { border-color: rgb(83,62,40); }
td.TdClassName
{
border-color: #533E28;
}
.TagClassName
{
border-color: #533E28;
}
</style>