#5D4F19

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

Shades of Bronze Olive #5D4F19

Tints of Bronze Olive #5D4F19

Color information

#5D4F19 (or 0x5D4F19) is unknown color: approx Bronze Olive. HEX triplet: 5D, 4F and 19. RGB value is (93,79,25). Sum of RGB (Red+Green+Blue) = 93+79+25=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D4F19 is #A2B0E6. Grayscale: #4D4D4D. Windows color (decimal): -10662119 or 1658717. OLE color: 1658717.

HSL color Cylindrical-coordinate representation of color #5D4F19: hue angle of 47.65º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D4F19 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB937925-
CMYK00.150.730.64
HSL47.65º57.63%23.14%-
HSV(B)47.65º73.12%36.47%-
XYZ7.497.992.07-
YUV77.0398.64139.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.21%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=47.21%
G=40.10%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93792500.150.730.6447.6557.6323.14
Hex5D4F190F4940303a17
Octal13511731017111100607227
Binary1011101100111111001011111001001100000011000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,79,25); }

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

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

 a { background-color: rgb(93,79,25); }

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

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

 span { border-color: rgb(93,79,25); }

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