Shades of Deep Bronze #53422A
Tints of Deep Bronze #53422A
RGB
CMYK
RGB Variations
Color information
#53422A (or 0x53422A) is known color: Deep Bronze. HEX triplet: 53, 42 and 2A. RGB value is (83,66,42). Sum of RGB (Red+Green+Blue) = 83+66+42=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422A is #ACBDD5. Grayscale: #444444. Windows color (decimal): -11320790 or 2769491. OLE color: 2769491.
HSL color Cylindrical-coordinate representation of color #53422A: hue angle of 35.12º 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 #53422A is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 42 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.67 |
| HSL | 35.12º | 0.33% | 0.25% | - |
| HSV(B) | 35.12º | 0.49% | 0.33% | - |
| XYZ | 5.93 | 5.9 | 3.02 | - |
| YUV | 68.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 42 | 0 | 0.20 | 0.49 | 0.67 | 35.12 | 0.33 | 0.25 |
| Hex | 53 | 42 | 2A | 0 | 14 | 31 | 43 | 23 | 21 | 19 |
| Octal | 123 | 102 | 52 | 0 | 24 | 61 | 103 | 43 | 41 | 31 |
| Binary | 1010011 | 1000010 | 101010 | 0 | 10100 | 110001 | 1000011 | 100011 | 100001 | 11001 |
Color Harmonies of #53422A
Complementary color
Monochromatic Colors of #53422A
Black with #53422A
Text Example
Text Example
White with #53422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53422A; }
p { color: rgb(83,66,42); }
H1.HeaderClassName
{
color: #53422A;
}
.AnyTagClassName
{
color: #53422A;
}
</style>
background-color css
<style>
a { background-color: #53422A; }
a { background-color: rgb(83,66,42); }
div.DivClassName
{
background-color: #53422A;
}
.BgClassName
{
background-color: #53422A;
}
</style>
border-color css
<style>
span { border-color: #53422A; }
span { border-color: rgb(83,66,42); }
td.TdClassName
{
border-color: #53422A;
}
.TagClassName
{
border-color: #53422A;
}
</style>