Shades of Deep Bronze #534126
Tints of Deep Bronze #534126
RGB
CMYK
RGB Variations
Color information
#534126 (or 0x534126) is known color: Deep Bronze. HEX triplet: 53, 41 and 26. RGB value is (83,65,38). Sum of RGB (Red+Green+Blue) = 83+65+38=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534126 is #ACBED9. Grayscale: #434343. Windows color (decimal): -11321050 or 2507091. OLE color: 2507091.
HSL color Cylindrical-coordinate representation of color #534126: hue angle of 36º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534126 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 38 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.67 |
| HSL | 36º | 0.37% | 0.24% | - |
| HSV(B) | 36º | 0.54% | 0.33% | - |
| XYZ | 5.81 | 5.76 | 2.64 | - |
| YUV | 67.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 38 | 0 | 0.22 | 0.54 | 0.67 | 36 | 0.37 | 0.24 |
| Hex | 53 | 41 | 26 | 0 | 16 | 36 | 43 | 24 | 25 | 18 |
| Octal | 123 | 101 | 46 | 0 | 26 | 66 | 103 | 44 | 45 | 30 |
| Binary | 1010011 | 1000001 | 100110 | 0 | 10110 | 110110 | 1000011 | 100100 | 100101 | 11000 |
Color Harmonies of #534126
Complementary color
Monochromatic Colors of #534126
Black with #534126
Text Example
Text Example
White with #534126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534126; }
p { color: rgb(83,65,38); }
H1.HeaderClassName
{
color: #534126;
}
.AnyTagClassName
{
color: #534126;
}
</style>
background-color css
<style>
a { background-color: #534126; }
a { background-color: rgb(83,65,38); }
div.DivClassName
{
background-color: #534126;
}
.BgClassName
{
background-color: #534126;
}
</style>
border-color css
<style>
span { border-color: #534126; }
span { border-color: rgb(83,65,38); }
td.TdClassName
{
border-color: #534126;
}
.TagClassName
{
border-color: #534126;
}
</style>