Shades of Deep Bronze #534223
Tints of Deep Bronze #534223
RGB
CMYK
RGB Variations
Color information
#534223 (or 0x534223) is known color: Deep Bronze. HEX triplet: 53, 42 and 23. RGB value is (83,66,35). Sum of RGB (Red+Green+Blue) = 83+66+35=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534223 is #ACBDDC. Grayscale: #434343. Windows color (decimal): -11320797 or 2310739. OLE color: 2310739.
HSL color Cylindrical-coordinate representation of color #534223: hue angle of 38.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534223 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 35 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.67 |
| HSL | 38.75º | 0.41% | 0.23% | - |
| HSV(B) | 38.75º | 0.58% | 0.33% | - |
| XYZ | 5.82 | 5.86 | 2.41 | - |
| YUV | 67.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 35 | 0 | 0.20 | 0.58 | 0.67 | 38.75 | 0.41 | 0.23 |
| Hex | 53 | 42 | 23 | 0 | 14 | 3A | 43 | 27 | 29 | 17 |
| Octal | 123 | 102 | 43 | 0 | 24 | 72 | 103 | 47 | 51 | 27 |
| Binary | 1010011 | 1000010 | 100011 | 0 | 10100 | 111010 | 1000011 | 100111 | 101001 | 10111 |
Color Harmonies of #534223
Complementary color
Monochromatic Colors of #534223
Black with #534223
Text Example
Text Example
White with #534223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534223; }
p { color: rgb(83,66,35); }
H1.HeaderClassName
{
color: #534223;
}
.AnyTagClassName
{
color: #534223;
}
</style>
background-color css
<style>
a { background-color: #534223; }
a { background-color: rgb(83,66,35); }
div.DivClassName
{
background-color: #534223;
}
.BgClassName
{
background-color: #534223;
}
</style>
border-color css
<style>
span { border-color: #534223; }
span { border-color: rgb(83,66,35); }
td.TdClassName
{
border-color: #534223;
}
.TagClassName
{
border-color: #534223;
}
</style>