Shades of Deep Bronze #5B442A
Tints of Deep Bronze #5B442A
RGB
CMYK
RGB Variations
Color information
#5B442A (or 0x5B442A) is known color: Deep Bronze. HEX triplet: 5B, 44 and 2A. RGB value is (91,68,42). Sum of RGB (Red+Green+Blue) = 91+68+42=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B442A is #A4BBD5. Grayscale: #484848. Windows color (decimal): -10795990 or 2770011. OLE color: 2770011.
HSL color Cylindrical-coordinate representation of color #5B442A: hue angle of 31.84º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B442A is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 42 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.64 |
| HSL | 31.84º | 0.37% | 0.26% | - |
| HSV(B) | 31.84º | 0.54% | 0.36% | - |
| XYZ | 6.8 | 6.53 | 3.09 | - |
| YUV | 71.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 42 | 0 | 0.25 | 0.54 | 0.64 | 31.84 | 0.37 | 0.26 |
| Hex | 5B | 44 | 2A | 0 | 19 | 36 | 40 | 20 | 25 | 1A |
| Octal | 133 | 104 | 52 | 0 | 31 | 66 | 100 | 40 | 45 | 32 |
| Binary | 1011011 | 1000100 | 101010 | 0 | 11001 | 110110 | 1000000 | 100000 | 100101 | 11010 |
Color Harmonies of #5B442A
Complementary color
Monochromatic Colors of #5B442A
Black with #5B442A
Text Example
Text Example
White with #5B442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B442A; }
p { color: rgb(91,68,42); }
H1.HeaderClassName
{
color: #5B442A;
}
.AnyTagClassName
{
color: #5B442A;
}
</style>
background-color css
<style>
a { background-color: #5B442A; }
a { background-color: rgb(91,68,42); }
div.DivClassName
{
background-color: #5B442A;
}
.BgClassName
{
background-color: #5B442A;
}
</style>
border-color css
<style>
span { border-color: #5B442A; }
span { border-color: rgb(91,68,42); }
td.TdClassName
{
border-color: #5B442A;
}
.TagClassName
{
border-color: #5B442A;
}
</style>