Shades of Deep Bronze #53432D
Tints of Deep Bronze #53432D
RGB
CMYK
RGB Variations
Color information
#53432D (or 0x53432D) is known color: Deep Bronze. HEX triplet: 53, 43 and 2D. RGB value is (83,67,45). Sum of RGB (Red+Green+Blue) = 83+67+45=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53432D is #ACBCD2. Grayscale: #454545. Windows color (decimal): -11320531 or 2966355. OLE color: 2966355.
HSL color Cylindrical-coordinate representation of color #53432D: hue angle of 34.74º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53432D is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 45 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.67 |
| HSL | 34.74º | 0.3% | 0.25% | - |
| HSV(B) | 34.74º | 0.46% | 0.33% | - |
| XYZ | 6.05 | 6.04 | 3.33 | - |
| YUV | 69.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 45 | 0 | 0.19 | 0.46 | 0.67 | 34.74 | 0.3 | 0.25 |
| Hex | 53 | 43 | 2D | 0 | 13 | 2E | 43 | 23 | 1E | 19 |
| Octal | 123 | 103 | 55 | 0 | 23 | 56 | 103 | 43 | 36 | 31 |
| Binary | 1010011 | 1000011 | 101101 | 0 | 10011 | 101110 | 1000011 | 100011 | 11110 | 11001 |
Color Harmonies of #53432D
Complementary color
Monochromatic Colors of #53432D
Black with #53432D
Text Example
Text Example
White with #53432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53432D; }
p { color: rgb(83,67,45); }
H1.HeaderClassName
{
color: #53432D;
}
.AnyTagClassName
{
color: #53432D;
}
</style>
background-color css
<style>
a { background-color: #53432D; }
a { background-color: rgb(83,67,45); }
div.DivClassName
{
background-color: #53432D;
}
.BgClassName
{
background-color: #53432D;
}
</style>
border-color css
<style>
span { border-color: #53432D; }
span { border-color: rgb(83,67,45); }
td.TdClassName
{
border-color: #53432D;
}
.TagClassName
{
border-color: #53432D;
}
</style>