Shades of Deep Bronze #534225
Tints of Deep Bronze #534225
RGB
CMYK
RGB Variations
Color information
#534225 (or 0x534225) is known color: Deep Bronze. HEX triplet: 53, 42 and 25. RGB value is (83,66,37). Sum of RGB (Red+Green+Blue) = 83+66+37=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534225 is #ACBDDA. Grayscale: #434343. Windows color (decimal): -11320795 or 2441811. OLE color: 2441811.
HSL color Cylindrical-coordinate representation of color #534225: hue angle of 37.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534225 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 37 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.67 |
| HSL | 37.83º | 0.38% | 0.24% | - |
| HSV(B) | 37.83º | 0.55% | 0.33% | - |
| XYZ | 5.85 | 5.87 | 2.57 | - |
| YUV | 67.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 37 | 0 | 0.20 | 0.55 | 0.67 | 37.83 | 0.38 | 0.24 |
| Hex | 53 | 42 | 25 | 0 | 14 | 37 | 43 | 26 | 26 | 18 |
| Octal | 123 | 102 | 45 | 0 | 24 | 67 | 103 | 46 | 46 | 30 |
| Binary | 1010011 | 1000010 | 100101 | 0 | 10100 | 110111 | 1000011 | 100110 | 100110 | 11000 |
Color Harmonies of #534225
Complementary color
Monochromatic Colors of #534225
Black with #534225
Text Example
Text Example
White with #534225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534225; }
p { color: rgb(83,66,37); }
H1.HeaderClassName
{
color: #534225;
}
.AnyTagClassName
{
color: #534225;
}
</style>
background-color css
<style>
a { background-color: #534225; }
a { background-color: rgb(83,66,37); }
div.DivClassName
{
background-color: #534225;
}
.BgClassName
{
background-color: #534225;
}
</style>
border-color css
<style>
span { border-color: #534225; }
span { border-color: rgb(83,66,37); }
td.TdClassName
{
border-color: #534225;
}
.TagClassName
{
border-color: #534225;
}
</style>