#5D4711

Color #5D4711 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5D4711

Tints of Bronze Olive #5D4711

Color information

#5D4711 (or 0x5D4711) is unknown color: approx Bronze Olive. HEX triplet: 5D, 47 and 11. RGB value is (93,71,17). Sum of RGB (Red+Green+Blue) = 93+71+17=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4711 is #A2B8EE. Grayscale: #474747. Windows color (decimal): -10664175 or 1132381. OLE color: 1132381.

HSL color Cylindrical-coordinate representation of color #5D4711: hue angle of 42.63º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D4711 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB937117-
CMYK00.240.820.64
HSL42.63º69.09%21.57%-
HSV(B)42.63º81.72%36.47%-
XYZ6.876.871.5-
YUV71.4297.29143.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 51.38%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=51.38%
G=39.23%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93711700.240.820.6442.6369.0921.57
Hex5D471101852402b4516
Octal135107210301221005310526
Binary101110110001111000101100010100101000000101011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D4711; }

 p { color: rgb(93,71,17); }

 H1.HeaderClassName
 {
   color: #5D4711;
 }
 .AnyTagClassName
 {
   color: #5D4711;
 }
</style>
background-color css

<style>
 a { background-color: #5D4711; }

 a { background-color: rgb(93,71,17); }

 div.DivClassName
 {
   background-color: #5D4711;
 }
 .BgClassName
 {
   background-color: #5D4711;
 }
</style>
border-color css

<style>
 span { border-color: #5D4711; }

 span { border-color: rgb(93,71,17); }

 td.TdClassName
 {
   border-color: #5D4711;
 }
 .TagClassName
 {
   border-color: #5D4711;
 }
</style>