Shades of Deep Bronze #5B462C
Tints of Deep Bronze #5B462C
RGB
CMYK
RGB Variations
Color information
#5B462C (or 0x5B462C) is known color: Deep Bronze. HEX triplet: 5B, 46 and 2C. RGB value is (91,70,44). Sum of RGB (Red+Green+Blue) = 91+70+44=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B462C is #A4B9D3. Grayscale: #494949. Windows color (decimal): -10795476 or 2901595. OLE color: 2901595.
HSL color Cylindrical-coordinate representation of color #5B462C: hue angle of 33.19º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B462C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 70 | 44 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.64 |
| HSL | 33.19º | 0.35% | 0.26% | - |
| HSV(B) | 33.19º | 0.52% | 0.36% | - |
| XYZ | 6.96 | 6.79 | 3.33 | - |
| YUV | 73.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 44 | 0 | 0.23 | 0.52 | 0.64 | 33.19 | 0.35 | 0.26 |
| Hex | 5B | 46 | 2C | 0 | 17 | 34 | 40 | 21 | 23 | 1A |
| Octal | 133 | 106 | 54 | 0 | 27 | 64 | 100 | 41 | 43 | 32 |
| Binary | 1011011 | 1000110 | 101100 | 0 | 10111 | 110100 | 1000000 | 100001 | 100011 | 11010 |
Color Harmonies of #5B462C
Complementary color
Monochromatic Colors of #5B462C
Black with #5B462C
Text Example
Text Example
White with #5B462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B462C; }
p { color: rgb(91,70,44); }
H1.HeaderClassName
{
color: #5B462C;
}
.AnyTagClassName
{
color: #5B462C;
}
</style>
background-color css
<style>
a { background-color: #5B462C; }
a { background-color: rgb(91,70,44); }
div.DivClassName
{
background-color: #5B462C;
}
.BgClassName
{
background-color: #5B462C;
}
</style>
border-color css
<style>
span { border-color: #5B462C; }
span { border-color: rgb(91,70,44); }
td.TdClassName
{
border-color: #5B462C;
}
.TagClassName
{
border-color: #5B462C;
}
</style>