Shades of Deep Bronze #53402F
Tints of Deep Bronze #53402F
RGB
CMYK
RGB Variations
Color information
#53402F (or 0x53402F) is known color: Deep Bronze. HEX triplet: 53, 40 and 2F. RGB value is (83,64,47). Sum of RGB (Red+Green+Blue) = 83+64+47=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402F is #ACBFD0. Grayscale: #434343. Windows color (decimal): -11321297 or 3096659. OLE color: 3096659.
HSL color Cylindrical-coordinate representation of color #53402F: hue angle of 28.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53402F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 47 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.67 |
| HSL | 28.33º | 0.28% | 0.25% | - |
| HSV(B) | 28.33º | 0.43% | 0.33% | - |
| XYZ | 5.91 | 5.71 | 3.48 | - |
| YUV | 67.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 47 | 0 | 0.23 | 0.43 | 0.67 | 28.33 | 0.28 | 0.25 |
| Hex | 53 | 40 | 2F | 0 | 17 | 2B | 43 | 1C | 1C | 19 |
| Octal | 123 | 100 | 57 | 0 | 27 | 53 | 103 | 34 | 34 | 31 |
| Binary | 1010011 | 1000000 | 101111 | 0 | 10111 | 101011 | 1000011 | 11100 | 11100 | 11001 |
Color Harmonies of #53402F
Complementary color
Monochromatic Colors of #53402F
Black with #53402F
Text Example
Text Example
White with #53402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53402F; }
p { color: rgb(83,64,47); }
H1.HeaderClassName
{
color: #53402F;
}
.AnyTagClassName
{
color: #53402F;
}
</style>
background-color css
<style>
a { background-color: #53402F; }
a { background-color: rgb(83,64,47); }
div.DivClassName
{
background-color: #53402F;
}
.BgClassName
{
background-color: #53402F;
}
</style>
border-color css
<style>
span { border-color: #53402F; }
span { border-color: rgb(83,64,47); }
td.TdClassName
{
border-color: #53402F;
}
.TagClassName
{
border-color: #53402F;
}
</style>