Shades of Deep Bronze #53432E
Tints of Deep Bronze #53432E
RGB
CMYK
RGB Variations
Color information
#53432E (or 0x53432E) is known color: Deep Bronze. HEX triplet: 53, 43 and 2E. RGB value is (83,67,46). Sum of RGB (Red+Green+Blue) = 83+67+46=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53432E is #ACBCD1. Grayscale: #454545. Windows color (decimal): -11320530 or 3031891. OLE color: 3031891.
HSL color Cylindrical-coordinate representation of color #53432E: hue angle of 34.05º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53432E is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 46 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.67 |
| HSL | 34.05º | 0.29% | 0.25% | - |
| HSV(B) | 34.05º | 0.45% | 0.33% | - |
| XYZ | 6.07 | 6.05 | 3.43 | - |
| YUV | 69.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 46 | 0 | 0.19 | 0.45 | 0.67 | 34.05 | 0.29 | 0.25 |
| Hex | 53 | 43 | 2E | 0 | 13 | 2D | 43 | 22 | 1D | 19 |
| Octal | 123 | 103 | 56 | 0 | 23 | 55 | 103 | 42 | 35 | 31 |
| Binary | 1010011 | 1000011 | 101110 | 0 | 10011 | 101101 | 1000011 | 100010 | 11101 | 11001 |
Color Harmonies of #53432E
Complementary color
Monochromatic Colors of #53432E
Black with #53432E
Text Example
Text Example
White with #53432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53432E; }
p { color: rgb(83,67,46); }
H1.HeaderClassName
{
color: #53432E;
}
.AnyTagClassName
{
color: #53432E;
}
</style>
background-color css
<style>
a { background-color: #53432E; }
a { background-color: rgb(83,67,46); }
div.DivClassName
{
background-color: #53432E;
}
.BgClassName
{
background-color: #53432E;
}
</style>
border-color css
<style>
span { border-color: #53432E; }
span { border-color: rgb(83,67,46); }
td.TdClassName
{
border-color: #53432E;
}
.TagClassName
{
border-color: #53432E;
}
</style>