#5E5315

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

Shades of Bronze Olive #5E5315

Tints of Bronze Olive #5E5315

Color information

#5E5315 (or 0x5E5315) is unknown color: approx Bronze Olive. HEX triplet: 5E, 53 and 15. RGB value is (94,83,21). Sum of RGB (Red+Green+Blue) = 94+83+21=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5315 is #A1ACEA. Grayscale: #4F4F4F. Windows color (decimal): -10595563 or 1397598. OLE color: 1397598.

HSL color Cylindrical-coordinate representation of color #5E5315: hue angle of 50.96º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E5315 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB948321-
CMYK00.120.780.63
HSL50.96º63.48%22.55%-
HSV(B)50.96º77.66%36.86%-
XYZ7.848.621.96-
YUV79.2295.14138.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.47%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=47.47%
G=41.92%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94832100.120.780.6350.9663.4822.55
Hex5E53150C4E3F333f17
Octal1361232501411677637727
Binary101111010100111010101100100111011111111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,83,21); }

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

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

 a { background-color: rgb(94,83,21); }

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

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

 span { border-color: rgb(94,83,21); }

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