Shades of Deep Bronze #53432A
Tints of Deep Bronze #53432A
RGB
CMYK
RGB Variations
Color information
#53432A (or 0x53432A) is known color: Deep Bronze. HEX triplet: 53, 43 and 2A. RGB value is (83,67,42). Sum of RGB (Red+Green+Blue) = 83+67+42=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53432A is #ACBCD5. Grayscale: #454545. Windows color (decimal): -11320534 or 2769747. OLE color: 2769747.
HSL color Cylindrical-coordinate representation of color #53432A: hue angle of 36.59º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53432A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 42 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.67 |
| HSL | 36.59º | 0.33% | 0.25% | - |
| HSV(B) | 36.59º | 0.49% | 0.33% | - |
| XYZ | 5.99 | 6.02 | 3.04 | - |
| YUV | 68.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 42 | 0 | 0.19 | 0.49 | 0.67 | 36.59 | 0.33 | 0.25 |
| Hex | 53 | 43 | 2A | 0 | 13 | 31 | 43 | 25 | 21 | 19 |
| Octal | 123 | 103 | 52 | 0 | 23 | 61 | 103 | 45 | 41 | 31 |
| Binary | 1010011 | 1000011 | 101010 | 0 | 10011 | 110001 | 1000011 | 100101 | 100001 | 11001 |
Color Harmonies of #53432A
Complementary color
Monochromatic Colors of #53432A
Black with #53432A
Text Example
Text Example
White with #53432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53432A; }
p { color: rgb(83,67,42); }
H1.HeaderClassName
{
color: #53432A;
}
.AnyTagClassName
{
color: #53432A;
}
</style>
background-color css
<style>
a { background-color: #53432A; }
a { background-color: rgb(83,67,42); }
div.DivClassName
{
background-color: #53432A;
}
.BgClassName
{
background-color: #53432A;
}
</style>
border-color css
<style>
span { border-color: #53432A; }
span { border-color: rgb(83,67,42); }
td.TdClassName
{
border-color: #53432A;
}
.TagClassName
{
border-color: #53432A;
}
</style>