#5E5307

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

Shades of Bronze Olive #5E5307

Tints of Bronze Olive #5E5307

Color information

#5E5307 (or 0x5E5307) is unknown color: approx Bronze Olive. HEX triplet: 5E, 53 and 07. RGB value is (94,83,7). Sum of RGB (Red+Green+Blue) = 94+83+7=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5307 is #A1ACF8. Grayscale: #4D4D4D. Windows color (decimal): -10595577 or 480094. OLE color: 480094.

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

Color convert

RGB94837-
CMYK00.120.930.63
HSL52.41º86.14%19.8%-
HSV(B)52.41º92.55%36.86%-
XYZ7.758.581.45-
YUV77.6288.14139.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.09%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=51.09%
G=45.11%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9483700.120.930.6352.4186.1419.8
Hex5E5370C5D3F345614
Octal1361237014135776412624
Binary10111101010011111011001011101111111110100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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