Shades of Deep Bronze #534131
Tints of Deep Bronze #534131
RGB
CMYK
RGB Variations
Color information
#534131 (or 0x534131) is known color: Deep Bronze. HEX triplet: 53, 41 and 31. RGB value is (83,65,49). Sum of RGB (Red+Green+Blue) = 83+65+49=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534131 is #ACBECE. Grayscale: #444444. Windows color (decimal): -11321039 or 3227987. OLE color: 3227987.
HSL color Cylindrical-coordinate representation of color #534131: hue angle of 28.24º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534131 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 49 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.67 |
| HSL | 28.24º | 0.26% | 0.26% | - |
| HSV(B) | 28.24º | 0.41% | 0.33% | - |
| XYZ | 6.01 | 5.84 | 3.72 | - |
| YUV | 68.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 49 | 0 | 0.22 | 0.41 | 0.67 | 28.24 | 0.26 | 0.26 |
| Hex | 53 | 41 | 31 | 0 | 16 | 29 | 43 | 1C | 1A | 1A |
| Octal | 123 | 101 | 61 | 0 | 26 | 51 | 103 | 34 | 32 | 32 |
| Binary | 1010011 | 1000001 | 110001 | 0 | 10110 | 101001 | 1000011 | 11100 | 11010 | 11010 |
Color Harmonies of #534131
Complementary color
Monochromatic Colors of #534131
Black with #534131
Text Example
Text Example
White with #534131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534131; }
p { color: rgb(83,65,49); }
H1.HeaderClassName
{
color: #534131;
}
.AnyTagClassName
{
color: #534131;
}
</style>
background-color css
<style>
a { background-color: #534131; }
a { background-color: rgb(83,65,49); }
div.DivClassName
{
background-color: #534131;
}
.BgClassName
{
background-color: #534131;
}
</style>
border-color css
<style>
span { border-color: #534131; }
span { border-color: rgb(83,65,49); }
td.TdClassName
{
border-color: #534131;
}
.TagClassName
{
border-color: #534131;
}
</style>