#5E4C09

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

Shades of Bronze Olive #5E4C09

Tints of Bronze Olive #5E4C09

Color information

#5E4C09 (or 0x5E4C09) is unknown color: approx Bronze Olive. HEX triplet: 5E, 4C and 09. RGB value is (94,76,9). Sum of RGB (Red+Green+Blue) = 94+76+9=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4C09 is #A1B3F6. Grayscale: #4A4A4A. Windows color (decimal): -10597367 or 609374. OLE color: 609374.

HSL color Cylindrical-coordinate representation of color #5E4C09: hue angle of 47.29º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E4C09 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB94769-
CMYK00.190.900.63
HSL47.29º82.52%20.2%-
HSV(B)47.29º90.43%36.86%-
XYZ7.257.571.34-
YUV73.7491.46142.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.51%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=52.51%
G=42.46%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9476900.190.900.6347.2982.5220.2
Hex5E4C90135A3F2f5314
Octal13611411023132775712324
Binary1011110100110010010100111011010111111101111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,76,9); }

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

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

 a { background-color: rgb(94,76,9); }

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

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

 span { border-color: rgb(94,76,9); }

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