Shades of Deep Bronze #53402B
Tints of Deep Bronze #53402B
RGB
CMYK
RGB Variations
Color information
#53402B (or 0x53402B) is known color: Deep Bronze. HEX triplet: 53, 40 and 2B. RGB value is (83,64,43). Sum of RGB (Red+Green+Blue) = 83+64+43=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402B is #ACBFD4. Grayscale: #434343. Windows color (decimal): -11321301 or 2834515. OLE color: 2834515.
HSL color Cylindrical-coordinate representation of color #53402B: hue angle of 31.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 #53402B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 43 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.67 |
| HSL | 31.5º | 0.32% | 0.25% | - |
| HSV(B) | 31.5º | 0.48% | 0.33% | - |
| XYZ | 5.84 | 5.68 | 3.07 | - |
| YUV | 67.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 43 | 0 | 0.23 | 0.48 | 0.67 | 31.5 | 0.32 | 0.25 |
| Hex | 53 | 40 | 2B | 0 | 17 | 30 | 43 | 1F | 20 | 19 |
| Octal | 123 | 100 | 53 | 0 | 27 | 60 | 103 | 37 | 40 | 31 |
| Binary | 1010011 | 1000000 | 101011 | 0 | 10111 | 110000 | 1000011 | 11111 | 100000 | 11001 |
Color Harmonies of #53402B
Complementary color
Monochromatic Colors of #53402B
Black with #53402B
Text Example
Text Example
White with #53402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53402B; }
p { color: rgb(83,64,43); }
H1.HeaderClassName
{
color: #53402B;
}
.AnyTagClassName
{
color: #53402B;
}
</style>
background-color css
<style>
a { background-color: #53402B; }
a { background-color: rgb(83,64,43); }
div.DivClassName
{
background-color: #53402B;
}
.BgClassName
{
background-color: #53402B;
}
</style>
border-color css
<style>
span { border-color: #53402B; }
span { border-color: rgb(83,64,43); }
td.TdClassName
{
border-color: #53402B;
}
.TagClassName
{
border-color: #53402B;
}
</style>