Shades of Deep Bronze #534533
Tints of Deep Bronze #534533
RGB
CMYK
RGB Variations
Color information
#534533 (or 0x534533) is known color: Deep Bronze. HEX triplet: 53, 45 and 33. RGB value is (83,69,51). Sum of RGB (Red+Green+Blue) = 83+69+51=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534533 is #ACBACC. Grayscale: #474747. Windows color (decimal): -11320013 or 3360083. OLE color: 3360083.
HSL color Cylindrical-coordinate representation of color #534533: hue angle of 33.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534533 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 51 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.67 |
| HSL | 33.75º | 0.24% | 0.26% | - |
| HSV(B) | 33.75º | 0.39% | 0.33% | - |
| XYZ | 6.29 | 6.33 | 4.02 | - |
| YUV | 71.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 51 | 0 | 0.17 | 0.39 | 0.67 | 33.75 | 0.24 | 0.26 |
| Hex | 53 | 45 | 33 | 0 | 11 | 27 | 43 | 22 | 18 | 1A |
| Octal | 123 | 105 | 63 | 0 | 21 | 47 | 103 | 42 | 30 | 32 |
| Binary | 1010011 | 1000101 | 110011 | 0 | 10001 | 100111 | 1000011 | 100010 | 11000 | 11010 |
Color Harmonies of #534533
Complementary color
Monochromatic Colors of #534533
Black with #534533
Text Example
Text Example
White with #534533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534533; }
p { color: rgb(83,69,51); }
H1.HeaderClassName
{
color: #534533;
}
.AnyTagClassName
{
color: #534533;
}
</style>
background-color css
<style>
a { background-color: #534533; }
a { background-color: rgb(83,69,51); }
div.DivClassName
{
background-color: #534533;
}
.BgClassName
{
background-color: #534533;
}
</style>
border-color css
<style>
span { border-color: #534533; }
span { border-color: rgb(83,69,51); }
td.TdClassName
{
border-color: #534533;
}
.TagClassName
{
border-color: #534533;
}
</style>