Shades of Bronze Olive #5D4A2A
Tints of Bronze Olive #5D4A2A
RGB
CMYK
RGB Variations
Color information
#5D4A2A (or 0x5D4A2A) is known color: Bronze Olive. HEX triplet: 5D, 4A and 2A. RGB value is (93,74,42). Sum of RGB (Red+Green+Blue) = 93+74+42=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4A2A is #A2B5D5. Grayscale: #4C4C4C. Windows color (decimal): -10663382 or 2771549. OLE color: 2771549.
HSL color Cylindrical-coordinate representation of color #5D4A2A: hue angle of 37.65º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D4A2A is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 74 | 42 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.64 |
| HSL | 37.65º | 0.38% | 0.26% | - |
| HSV(B) | 37.65º | 0.55% | 0.36% | - |
| XYZ | 7.38 | 7.39 | 3.23 | - |
| YUV | 76.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 42 | 0 | 0.20 | 0.55 | 0.64 | 37.65 | 0.38 | 0.26 |
| Hex | 5D | 4A | 2A | 0 | 14 | 37 | 40 | 26 | 26 | 1A |
| Octal | 135 | 112 | 52 | 0 | 24 | 67 | 100 | 46 | 46 | 32 |
| Binary | 1011101 | 1001010 | 101010 | 0 | 10100 | 110111 | 1000000 | 100110 | 100110 | 11010 |
Color Harmonies of #5D4A2A
Complementary color
Monochromatic Colors of #5D4A2A
Black with #5D4A2A
Text Example
Text Example
White with #5D4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A2A; }
p { color: rgb(93,74,42); }
H1.HeaderClassName
{
color: #5D4A2A;
}
.AnyTagClassName
{
color: #5D4A2A;
}
</style>
background-color css
<style>
a { background-color: #5D4A2A; }
a { background-color: rgb(93,74,42); }
div.DivClassName
{
background-color: #5D4A2A;
}
.BgClassName
{
background-color: #5D4A2A;
}
</style>
border-color css
<style>
span { border-color: #5D4A2A; }
span { border-color: rgb(93,74,42); }
td.TdClassName
{
border-color: #5D4A2A;
}
.TagClassName
{
border-color: #5D4A2A;
}
</style>