Shades of Deep Bronze #513D2D
Tints of Deep Bronze #513D2D
RGB
CMYK
RGB Variations
Color information
#513D2D (or 0x513D2D) is known color: Deep Bronze. HEX triplet: 51, 3D and 2D. RGB value is (81,61,45). Sum of RGB (Red+Green+Blue) = 81+61+45=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D2D is #AEC2D2. Grayscale: #414141. Windows color (decimal): -11453139 or 2964817. OLE color: 2964817.
HSL color Cylindrical-coordinate representation of color #513D2D: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513D2D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 45 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.68 |
| HSL | 26.67º | 0.29% | 0.25% | - |
| HSV(B) | 26.67º | 0.44% | 0.32% | - |
| XYZ | 5.54 | 5.28 | 3.21 | - |
| YUV | 65.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 45 | 0 | 0.25 | 0.44 | 0.68 | 26.67 | 0.29 | 0.25 |
| Hex | 51 | 3D | 2D | 0 | 19 | 2C | 44 | 1B | 1D | 19 |
| Octal | 121 | 75 | 55 | 0 | 31 | 54 | 104 | 33 | 35 | 31 |
| Binary | 1010001 | 111101 | 101101 | 0 | 11001 | 101100 | 1000100 | 11011 | 11101 | 11001 |
Color Harmonies of #513D2D
Complementary color
Monochromatic Colors of #513D2D
Black with #513D2D
Text Example
Text Example
White with #513D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D2D; }
p { color: rgb(81,61,45); }
H1.HeaderClassName
{
color: #513D2D;
}
.AnyTagClassName
{
color: #513D2D;
}
</style>
background-color css
<style>
a { background-color: #513D2D; }
a { background-color: rgb(81,61,45); }
div.DivClassName
{
background-color: #513D2D;
}
.BgClassName
{
background-color: #513D2D;
}
</style>
border-color css
<style>
span { border-color: #513D2D; }
span { border-color: rgb(81,61,45); }
td.TdClassName
{
border-color: #513D2D;
}
.TagClassName
{
border-color: #513D2D;
}
</style>