Shades of Deep Bronze #534022
Tints of Deep Bronze #534022
RGB
CMYK
RGB Variations
Color information
#534022 (or 0x534022) is known color: Deep Bronze. HEX triplet: 53, 40 and 22. RGB value is (83,64,34). Sum of RGB (Red+Green+Blue) = 83+64+34=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534022 is #ACBFDD. Grayscale: #424242. Windows color (decimal): -11321310 or 2244691. OLE color: 2244691.
HSL color Cylindrical-coordinate representation of color #534022: hue angle of 36.73º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534022 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 34 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.67 |
| HSL | 36.73º | 0.42% | 0.23% | - |
| HSV(B) | 36.73º | 0.59% | 0.33% | - |
| XYZ | 5.69 | 5.62 | 2.3 | - |
| YUV | 66.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 34 | 0 | 0.23 | 0.59 | 0.67 | 36.73 | 0.42 | 0.23 |
| Hex | 53 | 40 | 22 | 0 | 17 | 3B | 43 | 25 | 2A | 17 |
| Octal | 123 | 100 | 42 | 0 | 27 | 73 | 103 | 45 | 52 | 27 |
| Binary | 1010011 | 1000000 | 100010 | 0 | 10111 | 111011 | 1000011 | 100101 | 101010 | 10111 |
Color Harmonies of #534022
Complementary color
Monochromatic Colors of #534022
Black with #534022
Text Example
Text Example
White with #534022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534022; }
p { color: rgb(83,64,34); }
H1.HeaderClassName
{
color: #534022;
}
.AnyTagClassName
{
color: #534022;
}
</style>
background-color css
<style>
a { background-color: #534022; }
a { background-color: rgb(83,64,34); }
div.DivClassName
{
background-color: #534022;
}
.BgClassName
{
background-color: #534022;
}
</style>
border-color css
<style>
span { border-color: #534022; }
span { border-color: rgb(83,64,34); }
td.TdClassName
{
border-color: #534022;
}
.TagClassName
{
border-color: #534022;
}
</style>