Shades of Deep Bronze #53412D
Tints of Deep Bronze #53412D
RGB
CMYK
RGB Variations
Color information
#53412D (or 0x53412D) is known color: Deep Bronze. HEX triplet: 53, 41 and 2D. RGB value is (83,65,45). Sum of RGB (Red+Green+Blue) = 83+65+45=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412D is #ACBED2. Grayscale: #444444. Windows color (decimal): -11321043 or 2965843. OLE color: 2965843.
HSL color Cylindrical-coordinate representation of color #53412D: hue angle of 31.58º 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 #53412D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 45 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.67 |
| HSL | 31.58º | 0.3% | 0.25% | - |
| HSV(B) | 31.58º | 0.46% | 0.33% | - |
| XYZ | 5.93 | 5.81 | 3.29 | - |
| YUV | 68.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 45 | 0 | 0.22 | 0.46 | 0.67 | 31.58 | 0.3 | 0.25 |
| Hex | 53 | 41 | 2D | 0 | 16 | 2E | 43 | 20 | 1E | 19 |
| Octal | 123 | 101 | 55 | 0 | 26 | 56 | 103 | 40 | 36 | 31 |
| Binary | 1010011 | 1000001 | 101101 | 0 | 10110 | 101110 | 1000011 | 100000 | 11110 | 11001 |
Color Harmonies of #53412D
Complementary color
Monochromatic Colors of #53412D
Black with #53412D
Text Example
Text Example
White with #53412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53412D; }
p { color: rgb(83,65,45); }
H1.HeaderClassName
{
color: #53412D;
}
.AnyTagClassName
{
color: #53412D;
}
</style>
background-color css
<style>
a { background-color: #53412D; }
a { background-color: rgb(83,65,45); }
div.DivClassName
{
background-color: #53412D;
}
.BgClassName
{
background-color: #53412D;
}
</style>
border-color css
<style>
span { border-color: #53412D; }
span { border-color: rgb(83,65,45); }
td.TdClassName
{
border-color: #53412D;
}
.TagClassName
{
border-color: #53412D;
}
</style>