#5E511A

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

Shades of Bronze Olive #5E511A

Tints of Bronze Olive #5E511A

Color information

#5E511A (or 0x5E511A) is unknown color: approx Bronze Olive. HEX triplet: 5E, 51 and 1A. RGB value is (94,81,26). Sum of RGB (Red+Green+Blue) = 94+81+26=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E511A is #A1AEE5. Grayscale: #4E4E4E. Windows color (decimal): -10596070 or 1724766. OLE color: 1724766.

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

Color convert

RGB948126-
CMYK00.140.720.63
HSL48.53º56.67%23.53%-
HSV(B)48.53º72.34%36.86%-
XYZ7.748.342.18-
YUV78.6298.31138.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.77%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=46.77%
G=40.30%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94812600.140.720.6348.5356.6723.53
Hex5E511A0E483F313918
Octal1361213201611077617130
Binary101111010100011101001110100100011111111000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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