Shades of Deep Bronze #53422F
Tints of Deep Bronze #53422F
RGB
CMYK
RGB Variations
Color information
#53422F (or 0x53422F) is known color: Deep Bronze. HEX triplet: 53, 42 and 2F. RGB value is (83,66,47). Sum of RGB (Red+Green+Blue) = 83+66+47=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422F is #ACBDD0. Grayscale: #454545. Windows color (decimal): -11320785 or 3097171. OLE color: 3097171.
HSL color Cylindrical-coordinate representation of color #53422F: hue angle of 31.67º 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 #53422F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 47 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.67 |
| HSL | 31.67º | 0.28% | 0.25% | - |
| HSV(B) | 31.67º | 0.43% | 0.33% | - |
| XYZ | 6.03 | 5.94 | 3.52 | - |
| YUV | 68.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 47 | 0 | 0.20 | 0.43 | 0.67 | 31.67 | 0.28 | 0.25 |
| Hex | 53 | 42 | 2F | 0 | 14 | 2B | 43 | 20 | 1C | 19 |
| Octal | 123 | 102 | 57 | 0 | 24 | 53 | 103 | 40 | 34 | 31 |
| Binary | 1010011 | 1000010 | 101111 | 0 | 10100 | 101011 | 1000011 | 100000 | 11100 | 11001 |
Color Harmonies of #53422F
Complementary color
Monochromatic Colors of #53422F
Black with #53422F
Text Example
Text Example
White with #53422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53422F; }
p { color: rgb(83,66,47); }
H1.HeaderClassName
{
color: #53422F;
}
.AnyTagClassName
{
color: #53422F;
}
</style>
background-color css
<style>
a { background-color: #53422F; }
a { background-color: rgb(83,66,47); }
div.DivClassName
{
background-color: #53422F;
}
.BgClassName
{
background-color: #53422F;
}
</style>
border-color css
<style>
span { border-color: #53422F; }
span { border-color: rgb(83,66,47); }
td.TdClassName
{
border-color: #53422F;
}
.TagClassName
{
border-color: #53422F;
}
</style>