#5E511D

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

Shades of Bronze Olive #5E511D

Tints of Bronze Olive #5E511D

Color information

#5E511D (or 0x5E511D) is unknown color: approx Bronze Olive. HEX triplet: 5E, 51 and 1D. RGB value is (94,81,29). Sum of RGB (Red+Green+Blue) = 94+81+29=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E511D is #A1AEE2. Grayscale: #4F4F4F. Windows color (decimal): -10596067 or 1921374. OLE color: 1921374.

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

Color convert

RGB948129-
CMYK00.140.690.63
HSL48º52.85%24.12%-
HSV(B)48º69.15%36.86%-
XYZ7.788.352.36-
YUV78.9699.81138.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=46.08%
G=39.71%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94812900.140.690.634852.8524.12
Hex5E511D0E453F303518
Octal1361213501610577606530
Binary101111010100011110101110100010111111111000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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