Shades of Deep Bronze #5B482D
Tints of Deep Bronze #5B482D
RGB
CMYK
RGB Variations
Color information
#5B482D (or 0x5B482D) is known color: Deep Bronze. HEX triplet: 5B, 48 and 2D. RGB value is (91,72,45). Sum of RGB (Red+Green+Blue) = 91+72+45=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B482D is #A4B7D2. Grayscale: #4A4A4A. Windows color (decimal): -10794963 or 2967643. OLE color: 2967643.
HSL color Cylindrical-coordinate representation of color #5B482D: hue angle of 35.22º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B482D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 45 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.64 |
| HSL | 35.22º | 0.34% | 0.27% | - |
| HSV(B) | 35.22º | 0.51% | 0.36% | - |
| XYZ | 7.11 | 7.05 | 3.47 | - |
| YUV | 74.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 45 | 0 | 0.21 | 0.51 | 0.64 | 35.22 | 0.34 | 0.27 |
| Hex | 5B | 48 | 2D | 0 | 15 | 33 | 40 | 23 | 22 | 1B |
| Octal | 133 | 110 | 55 | 0 | 25 | 63 | 100 | 43 | 42 | 33 |
| Binary | 1011011 | 1001000 | 101101 | 0 | 10101 | 110011 | 1000000 | 100011 | 100010 | 11011 |
Color Harmonies of #5B482D
Complementary color
Monochromatic Colors of #5B482D
Black with #5B482D
Text Example
Text Example
White with #5B482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B482D; }
p { color: rgb(91,72,45); }
H1.HeaderClassName
{
color: #5B482D;
}
.AnyTagClassName
{
color: #5B482D;
}
</style>
background-color css
<style>
a { background-color: #5B482D; }
a { background-color: rgb(91,72,45); }
div.DivClassName
{
background-color: #5B482D;
}
.BgClassName
{
background-color: #5B482D;
}
</style>
border-color css
<style>
span { border-color: #5B482D; }
span { border-color: rgb(91,72,45); }
td.TdClassName
{
border-color: #5B482D;
}
.TagClassName
{
border-color: #5B482D;
}
</style>