#5E4C23

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

Shades of Bronze Olive #5E4C23

Tints of Bronze Olive #5E4C23

Color information

#5E4C23 (or 0x5E4C23) is unknown color: approx Bronze Olive. HEX triplet: 5E, 4C and 23. RGB value is (94,76,35). Sum of RGB (Red+Green+Blue) = 94+76+35=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4C23 is #A1B3DC. Grayscale: #4C4C4C. Windows color (decimal): -10597341 or 2313310. OLE color: 2313310.

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

Color convert

RGB947635-
CMYK00.190.630.63
HSL41.69º45.74%25.29%-
HSV(B)41.69º62.77%36.86%-
XYZ7.57.672.68-
YUV76.71104.46140.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=45.85%
G=37.07%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94763500.190.630.6341.6945.7425.29
Hex5E4C230133F3F2a2e19
Octal136114430237777525631
Binary1011110100110010001101001111111111111110101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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