Shades of Deep Bronze #534027
Tints of Deep Bronze #534027
RGB
CMYK
RGB Variations
Color information
#534027 (or 0x534027) is known color: Deep Bronze. HEX triplet: 53, 40 and 27. RGB value is (83,64,39). Sum of RGB (Red+Green+Blue) = 83+64+39=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534027 is #ACBFD8. Grayscale: #424242. Windows color (decimal): -11321305 or 2572371. OLE color: 2572371.
HSL color Cylindrical-coordinate representation of color #534027: hue angle of 34.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534027 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 39 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.67 |
| HSL | 34.09º | 0.36% | 0.24% | - |
| HSV(B) | 34.09º | 0.53% | 0.33% | - |
| XYZ | 5.77 | 5.65 | 2.71 | - |
| YUV | 66.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 39 | 0 | 0.23 | 0.53 | 0.67 | 34.09 | 0.36 | 0.24 |
| Hex | 53 | 40 | 27 | 0 | 17 | 35 | 43 | 22 | 24 | 18 |
| Octal | 123 | 100 | 47 | 0 | 27 | 65 | 103 | 42 | 44 | 30 |
| Binary | 1010011 | 1000000 | 100111 | 0 | 10111 | 110101 | 1000011 | 100010 | 100100 | 11000 |
Color Harmonies of #534027
Complementary color
Monochromatic Colors of #534027
Black with #534027
Text Example
Text Example
White with #534027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534027; }
p { color: rgb(83,64,39); }
H1.HeaderClassName
{
color: #534027;
}
.AnyTagClassName
{
color: #534027;
}
</style>
background-color css
<style>
a { background-color: #534027; }
a { background-color: rgb(83,64,39); }
div.DivClassName
{
background-color: #534027;
}
.BgClassName
{
background-color: #534027;
}
</style>
border-color css
<style>
span { border-color: #534027; }
span { border-color: rgb(83,64,39); }
td.TdClassName
{
border-color: #534027;
}
.TagClassName
{
border-color: #534027;
}
</style>