Shades of Deep Bronze #53442D
Tints of Deep Bronze #53442D
RGB
CMYK
RGB Variations
Color information
#53442D (or 0x53442D) is known color: Deep Bronze. HEX triplet: 53, 44 and 2D. RGB value is (83,68,45). Sum of RGB (Red+Green+Blue) = 83+68+45=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442D is #ACBBD2. Grayscale: #454545. Windows color (decimal): -11320275 or 2966611. OLE color: 2966611.
HSL color Cylindrical-coordinate representation of color #53442D: hue angle of 36.32º 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 #53442D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 45 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.67 |
| HSL | 36.32º | 0.3% | 0.25% | - |
| HSV(B) | 36.32º | 0.46% | 0.33% | - |
| XYZ | 6.11 | 6.16 | 3.35 | - |
| YUV | 69.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 45 | 0 | 0.18 | 0.46 | 0.67 | 36.32 | 0.3 | 0.25 |
| Hex | 53 | 44 | 2D | 0 | 12 | 2E | 43 | 24 | 1E | 19 |
| Octal | 123 | 104 | 55 | 0 | 22 | 56 | 103 | 44 | 36 | 31 |
| Binary | 1010011 | 1000100 | 101101 | 0 | 10010 | 101110 | 1000011 | 100100 | 11110 | 11001 |
Color Harmonies of #53442D
Complementary color
Monochromatic Colors of #53442D
Black with #53442D
Text Example
Text Example
White with #53442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53442D; }
p { color: rgb(83,68,45); }
H1.HeaderClassName
{
color: #53442D;
}
.AnyTagClassName
{
color: #53442D;
}
</style>
background-color css
<style>
a { background-color: #53442D; }
a { background-color: rgb(83,68,45); }
div.DivClassName
{
background-color: #53442D;
}
.BgClassName
{
background-color: #53442D;
}
</style>
border-color css
<style>
span { border-color: #53442D; }
span { border-color: rgb(83,68,45); }
td.TdClassName
{
border-color: #53442D;
}
.TagClassName
{
border-color: #53442D;
}
</style>