Shades of Bronze Olive #5B440B
Tints of Bronze Olive #5B440B
RGB
CMYK
RGB Variations
Color information
#5B440B (or 0x5B440B) is known color: Bronze Olive. HEX triplet: 5B, 44 and 0B. RGB value is (91,68,11). Sum of RGB (Red+Green+Blue) = 91+68+11=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B440B is #A4BBF4. Grayscale: #444444. Windows color (decimal): -10796021 or 738395. OLE color: 738395.
HSL color Cylindrical-coordinate representation of color #5B440B: hue angle of 42.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B440B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 11 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.64 |
| HSL | 42.75º | 0.78% | 0.2% | - |
| HSV(B) | 42.75º | 0.88% | 0.36% | - |
| XYZ | 6.44 | 6.38 | 1.21 | - |
| YUV | 68.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 11 | 0 | 0.25 | 0.88 | 0.64 | 42.75 | 0.78 | 0.2 |
| Hex | 5B | 44 | B | 0 | 19 | 58 | 40 | 2B | 4E | 14 |
| Octal | 133 | 104 | 13 | 0 | 31 | 130 | 100 | 53 | 116 | 24 |
| Binary | 1011011 | 1000100 | 1011 | 0 | 11001 | 1011000 | 1000000 | 101011 | 1001110 | 10100 |
Color Harmonies of #5B440B
Complementary color
Monochromatic Colors of #5B440B
Black with #5B440B
Text Example
Text Example
White with #5B440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B440B; }
p { color: rgb(91,68,11); }
H1.HeaderClassName
{
color: #5B440B;
}
.AnyTagClassName
{
color: #5B440B;
}
</style>
background-color css
<style>
a { background-color: #5B440B; }
a { background-color: rgb(91,68,11); }
div.DivClassName
{
background-color: #5B440B;
}
.BgClassName
{
background-color: #5B440B;
}
</style>
border-color css
<style>
span { border-color: #5B440B; }
span { border-color: rgb(91,68,11); }
td.TdClassName
{
border-color: #5B440B;
}
.TagClassName
{
border-color: #5B440B;
}
</style>