Shades of Bronze Olive #5D4D1A
Tints of Bronze Olive #5D4D1A
RGB
CMYK
RGB Variations
Color information
#5D4D1A (or 0x5D4D1A) is known color: Bronze Olive. HEX triplet: 5D, 4D and 1A. RGB value is (93,77,26). Sum of RGB (Red+Green+Blue) = 93+77+26=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4D1A is #A2B2E5. Grayscale: #4C4C4C. Windows color (decimal): -10662630 or 1723741. OLE color: 1723741.
HSL color Cylindrical-coordinate representation of color #5D4D1A: hue angle of 45.67º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D4D1A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 77 | 26 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.64 |
| HSL | 45.67º | 0.56% | 0.23% | - |
| HSV(B) | 45.67º | 0.72% | 0.36% | - |
| XYZ | 7.35 | 7.71 | 2.08 | - |
| YUV | 75.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 26 | 0 | 0.17 | 0.72 | 0.64 | 45.67 | 0.56 | 0.23 |
| Hex | 5D | 4D | 1A | 0 | 11 | 48 | 40 | 2E | 38 | 17 |
| Octal | 135 | 115 | 32 | 0 | 21 | 110 | 100 | 56 | 70 | 27 |
| Binary | 1011101 | 1001101 | 11010 | 0 | 10001 | 1001000 | 1000000 | 101110 | 111000 | 10111 |
Color Harmonies of #5D4D1A
Complementary color
Monochromatic Colors of #5D4D1A
Black with #5D4D1A
Text Example
Text Example
White with #5D4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4D1A; }
p { color: rgb(93,77,26); }
H1.HeaderClassName
{
color: #5D4D1A;
}
.AnyTagClassName
{
color: #5D4D1A;
}
</style>
background-color css
<style>
a { background-color: #5D4D1A; }
a { background-color: rgb(93,77,26); }
div.DivClassName
{
background-color: #5D4D1A;
}
.BgClassName
{
background-color: #5D4D1A;
}
</style>
border-color css
<style>
span { border-color: #5D4D1A; }
span { border-color: rgb(93,77,26); }
td.TdClassName
{
border-color: #5D4D1A;
}
.TagClassName
{
border-color: #5D4D1A;
}
</style>