Shades of Deep Bronze #53402A
Tints of Deep Bronze #53402A
RGB
CMYK
RGB Variations
Color information
#53402A (or 0x53402A) is known color: Deep Bronze. HEX triplet: 53, 40 and 2A. RGB value is (83,64,42). Sum of RGB (Red+Green+Blue) = 83+64+42=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #53402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402A is #ACBFD5. Grayscale: #434343. Windows color (decimal): -11321302 or 2768979. OLE color: 2768979.
HSL color Cylindrical-coordinate representation of color #53402A: hue angle of 32.2º 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 #53402A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 42 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.67 |
| HSL | 32.2º | 0.33% | 0.25% | - |
| HSV(B) | 32.2º | 0.49% | 0.33% | - |
| XYZ | 5.82 | 5.67 | 2.98 | - |
| YUV | 67.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 42 | 0 | 0.23 | 0.49 | 0.67 | 32.2 | 0.33 | 0.25 |
| Hex | 53 | 40 | 2A | 0 | 17 | 31 | 43 | 20 | 21 | 19 |
| Octal | 123 | 100 | 52 | 0 | 27 | 61 | 103 | 40 | 41 | 31 |
| Binary | 1010011 | 1000000 | 101010 | 0 | 10111 | 110001 | 1000011 | 100000 | 100001 | 11001 |
Color Harmonies of #53402A
Complementary color
Monochromatic Colors of #53402A
Black with #53402A
Text Example
Text Example
White with #53402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53402A; }
p { color: rgb(83,64,42); }
H1.HeaderClassName
{
color: #53402A;
}
.AnyTagClassName
{
color: #53402A;
}
</style>
background-color css
<style>
a { background-color: #53402A; }
a { background-color: rgb(83,64,42); }
div.DivClassName
{
background-color: #53402A;
}
.BgClassName
{
background-color: #53402A;
}
</style>
border-color css
<style>
span { border-color: #53402A; }
span { border-color: rgb(83,64,42); }
td.TdClassName
{
border-color: #53402A;
}
.TagClassName
{
border-color: #53402A;
}
</style>