#8B862E

Color #8B862E Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8B862E

Tints of Lemon Ginger #8B862E

Color information

#8B862E (or 0x8B862E) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 86 and 2E. RGB value is (139,134,46). Sum of RGB (Red+Green+Blue) = 139+134+46=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B862E is #7479D1. Grayscale: #7D7D7D. Windows color (decimal): -7633362 or 3049099. OLE color: 3049099.

HSL color Cylindrical-coordinate representation of color #8B862E: hue angle of 56.77º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B862E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13913446-
CMYK00.040.670.45
HSL56.77º50.27%36.27%-
HSV(B)56.77º66.91%54.51%-
XYZ19.6722.745.94-
YUV125.4683.16137.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=43.57%
G=42.01%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391344600.040.670.4556.7750.2736.27
Hex8B862E04432D393224
Octal213206560410355716244
Binary100010111000011010111001001000011101101111001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B862E; }

 p { color: rgb(139,134,46); }

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

<style>
 a { background-color: #8B862E; }

 a { background-color: rgb(139,134,46); }

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

<style>
 span { border-color: #8B862E; }

 span { border-color: rgb(139,134,46); }

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