Shades of Deep Bronze #53442B
Tints of Deep Bronze #53442B
RGB
CMYK
RGB Variations
Color information
#53442B (or 0x53442B) is known color: Deep Bronze. HEX triplet: 53, 44 and 2B. RGB value is (83,68,43). Sum of RGB (Red+Green+Blue) = 83+68+43=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442B is #ACBBD4. Grayscale: #454545. Windows color (decimal): -11320277 or 2835539. OLE color: 2835539.
HSL color Cylindrical-coordinate representation of color #53442B: hue angle of 37.5º 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 #53442B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 43 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.67 |
| HSL | 37.5º | 0.32% | 0.25% | - |
| HSV(B) | 37.5º | 0.48% | 0.33% | - |
| XYZ | 6.07 | 6.15 | 3.15 | - |
| YUV | 69.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 43 | 0 | 0.18 | 0.48 | 0.67 | 37.5 | 0.32 | 0.25 |
| Hex | 53 | 44 | 2B | 0 | 12 | 30 | 43 | 26 | 20 | 19 |
| Octal | 123 | 104 | 53 | 0 | 22 | 60 | 103 | 46 | 40 | 31 |
| Binary | 1010011 | 1000100 | 101011 | 0 | 10010 | 110000 | 1000011 | 100110 | 100000 | 11001 |
Color Harmonies of #53442B
Complementary color
Monochromatic Colors of #53442B
Black with #53442B
Text Example
Text Example
White with #53442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53442B; }
p { color: rgb(83,68,43); }
H1.HeaderClassName
{
color: #53442B;
}
.AnyTagClassName
{
color: #53442B;
}
</style>
background-color css
<style>
a { background-color: #53442B; }
a { background-color: rgb(83,68,43); }
div.DivClassName
{
background-color: #53442B;
}
.BgClassName
{
background-color: #53442B;
}
</style>
border-color css
<style>
span { border-color: #53442B; }
span { border-color: rgb(83,68,43); }
td.TdClassName
{
border-color: #53442B;
}
.TagClassName
{
border-color: #53442B;
}
</style>