Shades of Deep Bronze #534534
Tints of Deep Bronze #534534
RGB
CMYK
RGB Variations
Color information
#534534 (or 0x534534) is known color: Deep Bronze. HEX triplet: 53, 45 and 34. RGB value is (83,69,52). Sum of RGB (Red+Green+Blue) = 83+69+52=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534534 is #ACBACB. Grayscale: #474747. Windows color (decimal): -11320012 or 3425619. OLE color: 3425619.
HSL color Cylindrical-coordinate representation of color #534534: hue angle of 32.9º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534534 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 52 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.67 |
| HSL | 32.9º | 0.23% | 0.26% | - |
| HSV(B) | 32.9º | 0.37% | 0.33% | - |
| XYZ | 6.32 | 6.34 | 4.14 | - |
| YUV | 71.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 52 | 0 | 0.17 | 0.37 | 0.67 | 32.9 | 0.23 | 0.26 |
| Hex | 53 | 45 | 34 | 0 | 11 | 25 | 43 | 21 | 17 | 1A |
| Octal | 123 | 105 | 64 | 0 | 21 | 45 | 103 | 41 | 27 | 32 |
| Binary | 1010011 | 1000101 | 110100 | 0 | 10001 | 100101 | 1000011 | 100001 | 10111 | 11010 |
Color Harmonies of #534534
Complementary color
Monochromatic Colors of #534534
Black with #534534
Text Example
Text Example
White with #534534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534534; }
p { color: rgb(83,69,52); }
H1.HeaderClassName
{
color: #534534;
}
.AnyTagClassName
{
color: #534534;
}
</style>
background-color css
<style>
a { background-color: #534534; }
a { background-color: rgb(83,69,52); }
div.DivClassName
{
background-color: #534534;
}
.BgClassName
{
background-color: #534534;
}
</style>
border-color css
<style>
span { border-color: #534534; }
span { border-color: rgb(83,69,52); }
td.TdClassName
{
border-color: #534534;
}
.TagClassName
{
border-color: #534534;
}
</style>