Shades of Deep Bronze #523E2D
Tints of Deep Bronze #523E2D
RGB
CMYK
RGB Variations
Color information
#523E2D (or 0x523E2D) is known color: Deep Bronze. HEX triplet: 52, 3E and 2D. RGB value is (82,62,45). Sum of RGB (Red+Green+Blue) = 82+62+45=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E2D is #ADC1D2. Grayscale: #424242. Windows color (decimal): -11387347 or 2965074. OLE color: 2965074.
HSL color Cylindrical-coordinate representation of color #523E2D: hue angle of 27.57º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #523E2D is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 45 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.68 |
| HSL | 27.57º | 0.29% | 0.25% | - |
| HSV(B) | 27.57º | 0.45% | 0.32% | - |
| XYZ | 5.68 | 5.43 | 3.23 | - |
| YUV | 66.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 45 | 0 | 0.24 | 0.45 | 0.68 | 27.57 | 0.29 | 0.25 |
| Hex | 52 | 3E | 2D | 0 | 18 | 2D | 44 | 1C | 1D | 19 |
| Octal | 122 | 76 | 55 | 0 | 30 | 55 | 104 | 34 | 35 | 31 |
| Binary | 1010010 | 111110 | 101101 | 0 | 11000 | 101101 | 1000100 | 11100 | 11101 | 11001 |
Color Harmonies of #523E2D
Complementary color
Monochromatic Colors of #523E2D
Black with #523E2D
Text Example
Text Example
White with #523E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E2D; }
p { color: rgb(82,62,45); }
H1.HeaderClassName
{
color: #523E2D;
}
.AnyTagClassName
{
color: #523E2D;
}
</style>
background-color css
<style>
a { background-color: #523E2D; }
a { background-color: rgb(82,62,45); }
div.DivClassName
{
background-color: #523E2D;
}
.BgClassName
{
background-color: #523E2D;
}
</style>
border-color css
<style>
span { border-color: #523E2D; }
span { border-color: rgb(82,62,45); }
td.TdClassName
{
border-color: #523E2D;
}
.TagClassName
{
border-color: #523E2D;
}
</style>