#5E511E

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

Shades of Bronze Olive #5E511E

Tints of Bronze Olive #5E511E

Color information

#5E511E (or 0x5E511E) is unknown color: approx Bronze Olive. HEX triplet: 5E, 51 and 1E. RGB value is (94,81,30). Sum of RGB (Red+Green+Blue) = 94+81+30=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E511E is #A1AEE1. Grayscale: #4F4F4F. Windows color (decimal): -10596066 or 1986910. OLE color: 1986910.

HSL color Cylindrical-coordinate representation of color #5E511E: hue angle of 47.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E511E is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB948130-
CMYK00.140.680.63
HSL47.81º51.61%24.31%-
HSV(B)47.81º68.09%36.86%-
XYZ7.798.362.43-
YUV79.07100.31138.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=45.85%
G=39.51%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94813000.140.680.6347.8151.6124.31
Hex5E511E0E443F303418
Octal1361213601610477606430
Binary101111010100011111001110100010011111111000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,81,30); }

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

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

 a { background-color: rgb(94,81,30); }

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

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

 span { border-color: rgb(94,81,30); }

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