Shades of Deep Bronze #534433
Tints of Deep Bronze #534433
RGB
CMYK
RGB Variations
Color information
#534433 (or 0x534433) is known color: Deep Bronze. HEX triplet: 53, 44 and 33. RGB value is (83,68,51). Sum of RGB (Red+Green+Blue) = 83+68+51=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534433 is #ACBBCC. Grayscale: #464646. Windows color (decimal): -11320269 or 3359827. OLE color: 3359827.
HSL color Cylindrical-coordinate representation of color #534433: hue angle of 31.88º 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 #534433 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 51 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.67 |
| HSL | 31.88º | 0.24% | 0.26% | - |
| HSV(B) | 31.88º | 0.39% | 0.33% | - |
| XYZ | 6.23 | 6.21 | 4 | - |
| YUV | 70.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 51 | 0 | 0.18 | 0.39 | 0.67 | 31.88 | 0.24 | 0.26 |
| Hex | 53 | 44 | 33 | 0 | 12 | 27 | 43 | 20 | 18 | 1A |
| Octal | 123 | 104 | 63 | 0 | 22 | 47 | 103 | 40 | 30 | 32 |
| Binary | 1010011 | 1000100 | 110011 | 0 | 10010 | 100111 | 1000011 | 100000 | 11000 | 11010 |
Color Harmonies of #534433
Complementary color
Monochromatic Colors of #534433
Black with #534433
Text Example
Text Example
White with #534433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534433; }
p { color: rgb(83,68,51); }
H1.HeaderClassName
{
color: #534433;
}
.AnyTagClassName
{
color: #534433;
}
</style>
background-color css
<style>
a { background-color: #534433; }
a { background-color: rgb(83,68,51); }
div.DivClassName
{
background-color: #534433;
}
.BgClassName
{
background-color: #534433;
}
</style>
border-color css
<style>
span { border-color: #534433; }
span { border-color: rgb(83,68,51); }
td.TdClassName
{
border-color: #534433;
}
.TagClassName
{
border-color: #534433;
}
</style>