Shades of Deep Bronze #534231
Tints of Deep Bronze #534231
RGB
CMYK
RGB Variations
Color information
#534231 (or 0x534231) is known color: Deep Bronze. HEX triplet: 53, 42 and 31. RGB value is (83,66,49). Sum of RGB (Red+Green+Blue) = 83+66+49=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #534231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534231 is #ACBDCE. Grayscale: #454545. Windows color (decimal): -11320783 or 3228243. OLE color: 3228243.
HSL color Cylindrical-coordinate representation of color #534231: hue angle of 30º 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 #534231 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 49 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.67 |
| HSL | 30º | 0.26% | 0.26% | - |
| HSV(B) | 30º | 0.41% | 0.33% | - |
| XYZ | 6.07 | 5.96 | 3.74 | - |
| YUV | 69.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 49 | 0 | 0.20 | 0.41 | 0.67 | 30 | 0.26 | 0.26 |
| Hex | 53 | 42 | 31 | 0 | 14 | 29 | 43 | 1E | 1A | 1A |
| Octal | 123 | 102 | 61 | 0 | 24 | 51 | 103 | 36 | 32 | 32 |
| Binary | 1010011 | 1000010 | 110001 | 0 | 10100 | 101001 | 1000011 | 11110 | 11010 | 11010 |
Color Harmonies of #534231
Complementary color
Monochromatic Colors of #534231
Black with #534231
Text Example
Text Example
White with #534231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534231; }
p { color: rgb(83,66,49); }
H1.HeaderClassName
{
color: #534231;
}
.AnyTagClassName
{
color: #534231;
}
</style>
background-color css
<style>
a { background-color: #534231; }
a { background-color: rgb(83,66,49); }
div.DivClassName
{
background-color: #534231;
}
.BgClassName
{
background-color: #534231;
}
</style>
border-color css
<style>
span { border-color: #534231; }
span { border-color: rgb(83,66,49); }
td.TdClassName
{
border-color: #534231;
}
.TagClassName
{
border-color: #534231;
}
</style>