Shades of Deep Bronze #503D23
Tints of Deep Bronze #503D23
RGB
CMYK
RGB Variations
Color information
#503D23 (or 0x503D23) is known color: Deep Bronze. HEX triplet: 50, 3D and 23. RGB value is (80,61,35). Sum of RGB (Red+Green+Blue) = 80+61+35=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #503D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D23 is #AFC2DC. Grayscale: #3F3F3F. Windows color (decimal): -11518685 or 2309456. OLE color: 2309456.
HSL color Cylindrical-coordinate representation of color #503D23: hue angle of 34.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503D23 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 35 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.69 |
| HSL | 34.67º | 0.39% | 0.23% | - |
| HSV(B) | 34.67º | 0.56% | 0.31% | - |
| XYZ | 5.28 | 5.16 | 2.31 | - |
| YUV | 63.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 35 | 0 | 0.24 | 0.56 | 0.69 | 34.67 | 0.39 | 0.23 |
| Hex | 50 | 3D | 23 | 0 | 18 | 38 | 45 | 23 | 27 | 17 |
| Octal | 120 | 75 | 43 | 0 | 30 | 70 | 105 | 43 | 47 | 27 |
| Binary | 1010000 | 111101 | 100011 | 0 | 11000 | 111000 | 1000101 | 100011 | 100111 | 10111 |
Color Harmonies of #503D23
Complementary color
Monochromatic Colors of #503D23
Black with #503D23
Text Example
Text Example
White with #503D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D23; }
p { color: rgb(80,61,35); }
H1.HeaderClassName
{
color: #503D23;
}
.AnyTagClassName
{
color: #503D23;
}
</style>
background-color css
<style>
a { background-color: #503D23; }
a { background-color: rgb(80,61,35); }
div.DivClassName
{
background-color: #503D23;
}
.BgClassName
{
background-color: #503D23;
}
</style>
border-color css
<style>
span { border-color: #503D23; }
span { border-color: rgb(80,61,35); }
td.TdClassName
{
border-color: #503D23;
}
.TagClassName
{
border-color: #503D23;
}
</style>