#5E5401

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

Shades of Bronze Olive #5E5401

Tints of Bronze Olive #5E5401

Color information

#5E5401 (or 0x5E5401) is unknown color: approx Bronze Olive. HEX triplet: 5E, 54 and 01. RGB value is (94,84,1). Sum of RGB (Red+Green+Blue) = 94+84+1=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5401 is #A1ABFE. Grayscale: #4D4D4D. Windows color (decimal): -10595327 or 87134. OLE color: 87134.

HSL color Cylindrical-coordinate representation of color #5E5401: hue angle of 53.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E5401 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB94841-
CMYK00.110.990.63
HSL53.55º97.89%18.63%-
HSV(B)53.55º98.94%36.86%-
XYZ7.798.721.3-
YUV77.5384.81139.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.51%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=52.51%
G=46.93%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9484100.110.990.6353.5597.8918.63
Hex5E5410B633F366213
Octal1361241013143776614223
Binary101111010101001010111100011111111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,84,1); }

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

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

 a { background-color: rgb(94,84,1); }

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

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

 span { border-color: rgb(94,84,1); }

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