Shades of Metallic Bronze #534638
Tints of Metallic Bronze #534638
RGB
CMYK
RGB Variations
Color information
#534638 (or 0x534638) is known color: Metallic Bronze. HEX triplet: 53, 46 and 38. RGB value is (83,70,56). Sum of RGB (Red+Green+Blue) = 83+70+56=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534638 is #ACB9C7. Grayscale: #484848. Windows color (decimal): -11319752 or 3688019. OLE color: 3688019.
HSL color Cylindrical-coordinate representation of color #534638: hue angle of 31.11º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #534638 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 56 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.67 |
| HSL | 31.11º | 0.19% | 0.27% | - |
| HSV(B) | 31.11º | 0.33% | 0.33% | - |
| XYZ | 6.47 | 6.5 | 4.66 | - |
| YUV | 72.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 56 | 0 | 0.16 | 0.33 | 0.67 | 31.11 | 0.19 | 0.27 |
| Hex | 53 | 46 | 38 | 0 | 10 | 21 | 43 | 1F | 13 | 1B |
| Octal | 123 | 106 | 70 | 0 | 20 | 41 | 103 | 37 | 23 | 33 |
| Binary | 1010011 | 1000110 | 111000 | 0 | 10000 | 100001 | 1000011 | 11111 | 10011 | 11011 |
Color Harmonies of #534638
Complementary color
Monochromatic Colors of #534638
Black with #534638
Text Example
Text Example
White with #534638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534638; }
p { color: rgb(83,70,56); }
H1.HeaderClassName
{
color: #534638;
}
.AnyTagClassName
{
color: #534638;
}
</style>
background-color css
<style>
a { background-color: #534638; }
a { background-color: rgb(83,70,56); }
div.DivClassName
{
background-color: #534638;
}
.BgClassName
{
background-color: #534638;
}
</style>
border-color css
<style>
span { border-color: #534638; }
span { border-color: rgb(83,70,56); }
td.TdClassName
{
border-color: #534638;
}
.TagClassName
{
border-color: #534638;
}
</style>