#5D491F

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

Shades of Bronze Olive #5D491F

Tints of Bronze Olive #5D491F

Color information

#5D491F (or 0x5D491F) is unknown color: approx Bronze Olive. HEX triplet: 5D, 49 and 1F. RGB value is (93,73,31). Sum of RGB (Red+Green+Blue) = 93+73+31=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D491F is #A2B6E0. Grayscale: #4A4A4A. Windows color (decimal): -10663649 or 2050397. OLE color: 2050397.

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

Color convert

RGB937331-
CMYK00.220.670.64
HSL40.65º50%24.31%-
HSV(B)40.65º66.67%36.47%-
XYZ7.147.192.31-
YUV74.19103.63141.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.21%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=47.21%
G=37.06%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93733100.220.670.6440.655024.31
Hex5D491F0164340293218
Octal13511137026103100516230
Binary10111011001001111110101101000011100000010100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,31); }

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

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

 a { background-color: rgb(93,73,31); }

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

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

 span { border-color: rgb(93,73,31); }

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