Shades of Deep Bronze #5B452C
Tints of Deep Bronze #5B452C
RGB
CMYK
RGB Variations
Color information
#5B452C (or 0x5B452C) is known color: Deep Bronze. HEX triplet: 5B, 45 and 2C. RGB value is (91,69,44). Sum of RGB (Red+Green+Blue) = 91+69+44=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B452C is #A4BAD3. Grayscale: #484848. Windows color (decimal): -10795732 or 2901339. OLE color: 2901339.
HSL color Cylindrical-coordinate representation of color #5B452C: hue angle of 31.91º 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 #5B452C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 44 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.64 |
| HSL | 31.91º | 0.35% | 0.26% | - |
| HSV(B) | 31.91º | 0.52% | 0.36% | - |
| XYZ | 6.9 | 6.66 | 3.31 | - |
| YUV | 72.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 44 | 0 | 0.24 | 0.52 | 0.64 | 31.91 | 0.35 | 0.26 |
| Hex | 5B | 45 | 2C | 0 | 18 | 34 | 40 | 20 | 23 | 1A |
| Octal | 133 | 105 | 54 | 0 | 30 | 64 | 100 | 40 | 43 | 32 |
| Binary | 1011011 | 1000101 | 101100 | 0 | 11000 | 110100 | 1000000 | 100000 | 100011 | 11010 |
Color Harmonies of #5B452C
Complementary color
Monochromatic Colors of #5B452C
Black with #5B452C
Text Example
Text Example
White with #5B452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B452C; }
p { color: rgb(91,69,44); }
H1.HeaderClassName
{
color: #5B452C;
}
.AnyTagClassName
{
color: #5B452C;
}
</style>
background-color css
<style>
a { background-color: #5B452C; }
a { background-color: rgb(91,69,44); }
div.DivClassName
{
background-color: #5B452C;
}
.BgClassName
{
background-color: #5B452C;
}
</style>
border-color css
<style>
span { border-color: #5B452C; }
span { border-color: rgb(91,69,44); }
td.TdClassName
{
border-color: #5B452C;
}
.TagClassName
{
border-color: #5B452C;
}
</style>