#5E521E

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

Shades of Bronze Olive #5E521E

Tints of Bronze Olive #5E521E

Color information

#5E521E (or 0x5E521E) is unknown color: approx Bronze Olive. HEX triplet: 5E, 52 and 1E. RGB value is (94,82,30). Sum of RGB (Red+Green+Blue) = 94+82+30=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E521E is #A1ADE1. Grayscale: #4F4F4F. Windows color (decimal): -10595810 or 1987166. OLE color: 1987166.

HSL color Cylindrical-coordinate representation of color #5E521E: hue angle of 48.75º 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 #5E521E is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB948230-
CMYK00.130.680.63
HSL48.75º51.61%24.31%-
HSV(B)48.75º68.09%36.86%-
XYZ7.878.512.46-
YUV79.6699.98138.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.63%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=45.63%
G=39.81%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94823000.130.680.6348.7551.6124.31
Hex5E521E0D443F313418
Octal1361223601510477616430
Binary101111010100101111001101100010011111111000111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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