Shades of Deep Bronze #53412B
Tints of Deep Bronze #53412B
RGB
CMYK
RGB Variations
Color information
#53412B (or 0x53412B) is known color: Deep Bronze. HEX triplet: 53, 41 and 2B. RGB value is (83,65,43). Sum of RGB (Red+Green+Blue) = 83+65+43=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412B is #ACBED4. Grayscale: #434343. Windows color (decimal): -11321045 or 2834771. OLE color: 2834771.
HSL color Cylindrical-coordinate representation of color #53412B: hue angle of 33º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53412B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 43 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.67 |
| HSL | 33º | 0.32% | 0.25% | - |
| HSV(B) | 33º | 0.48% | 0.33% | - |
| XYZ | 5.89 | 5.79 | 3.09 | - |
| YUV | 67.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 43 | 0 | 0.22 | 0.48 | 0.67 | 33 | 0.32 | 0.25 |
| Hex | 53 | 41 | 2B | 0 | 16 | 30 | 43 | 21 | 20 | 19 |
| Octal | 123 | 101 | 53 | 0 | 26 | 60 | 103 | 41 | 40 | 31 |
| Binary | 1010011 | 1000001 | 101011 | 0 | 10110 | 110000 | 1000011 | 100001 | 100000 | 11001 |
Color Harmonies of #53412B
Complementary color
Monochromatic Colors of #53412B
Black with #53412B
Text Example
Text Example
White with #53412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53412B; }
p { color: rgb(83,65,43); }
H1.HeaderClassName
{
color: #53412B;
}
.AnyTagClassName
{
color: #53412B;
}
</style>
background-color css
<style>
a { background-color: #53412B; }
a { background-color: rgb(83,65,43); }
div.DivClassName
{
background-color: #53412B;
}
.BgClassName
{
background-color: #53412B;
}
</style>
border-color css
<style>
span { border-color: #53412B; }
span { border-color: rgb(83,65,43); }
td.TdClassName
{
border-color: #53412B;
}
.TagClassName
{
border-color: #53412B;
}
</style>