Shades of Deep Bronze #534632
Tints of Deep Bronze #534632
RGB
CMYK
RGB Variations
Color information
#534632 (or 0x534632) is known color: Deep Bronze. HEX triplet: 53, 46 and 32. RGB value is (83,70,50). Sum of RGB (Red+Green+Blue) = 83+70+50=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534632 is #ACB9CD. Grayscale: #474747. Windows color (decimal): -11319758 or 3294803. OLE color: 3294803.
HSL color Cylindrical-coordinate representation of color #534632: hue angle of 36.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534632 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 50 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.67 |
| HSL | 36.36º | 0.25% | 0.26% | - |
| HSV(B) | 36.36º | 0.4% | 0.33% | - |
| XYZ | 6.33 | 6.45 | 3.93 | - |
| YUV | 71.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 50 | 0 | 0.16 | 0.40 | 0.67 | 36.36 | 0.25 | 0.26 |
| Hex | 53 | 46 | 32 | 0 | 10 | 28 | 43 | 24 | 19 | 1A |
| Octal | 123 | 106 | 62 | 0 | 20 | 50 | 103 | 44 | 31 | 32 |
| Binary | 1010011 | 1000110 | 110010 | 0 | 10000 | 101000 | 1000011 | 100100 | 11001 | 11010 |
Color Harmonies of #534632
Complementary color
Monochromatic Colors of #534632
Black with #534632
Text Example
Text Example
White with #534632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534632; }
p { color: rgb(83,70,50); }
H1.HeaderClassName
{
color: #534632;
}
.AnyTagClassName
{
color: #534632;
}
</style>
background-color css
<style>
a { background-color: #534632; }
a { background-color: rgb(83,70,50); }
div.DivClassName
{
background-color: #534632;
}
.BgClassName
{
background-color: #534632;
}
</style>
border-color css
<style>
span { border-color: #534632; }
span { border-color: rgb(83,70,50); }
td.TdClassName
{
border-color: #534632;
}
.TagClassName
{
border-color: #534632;
}
</style>