#5E5305

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

Shades of Bronze Olive #5E5305

Tints of Bronze Olive #5E5305

Color information

#5E5305 (or 0x5E5305) is unknown color: approx Bronze Olive. HEX triplet: 5E, 53 and 05. RGB value is (94,83,5). Sum of RGB (Red+Green+Blue) = 94+83+5=182 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.65% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5305 is #A1ACFA. Grayscale: #4D4D4D. Windows color (decimal): -10595579 or 349022. OLE color: 349022.

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

Color convert

RGB94835-
CMYK00.120.950.63
HSL52.58º89.9%19.41%-
HSV(B)52.58º94.68%36.86%-
XYZ7.748.581.39-
YUV77.487.14139.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.65%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=51.65%
G=45.60%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9483500.120.950.6352.5889.919.41
Hex5E5350C5F3F355a13
Octal1361235014137776513223
Binary10111101010011101011001011111111111110101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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