#5E510D

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

Shades of Bronze Olive #5E510D

Tints of Bronze Olive #5E510D

Color information

#5E510D (or 0x5E510D) is unknown color: approx Bronze Olive. HEX triplet: 5E, 51 and 0D. RGB value is (94,81,13). Sum of RGB (Red+Green+Blue) = 94+81+13=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E510D is #A1AEF2. Grayscale: #4D4D4D. Windows color (decimal): -10596083 or 872798. OLE color: 872798.

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

Color convert

RGB948113-
CMYK00.140.860.63
HSL50.37º75.7%20.98%-
HSV(B)50.37º86.17%36.86%-
XYZ7.638.291.58-
YUV77.1391.81140.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=50%
G=43.09%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94811300.140.860.6350.3775.720.98
Hex5E51D0E563F324c15
Octal13612115016126776211425
Binary101111010100011101011101010110111111110010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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