#8B852E

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

Shades of Lemon Ginger #8B852E

Tints of Lemon Ginger #8B852E

Color information

#8B852E (or 0x8B852E) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 85 and 2E. RGB value is (139,133,46). Sum of RGB (Red+Green+Blue) = 139+133+46=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B852E is #747AD1. Grayscale: #7D7D7D. Windows color (decimal): -7633618 or 3048843. OLE color: 3048843.

HSL color Cylindrical-coordinate representation of color #8B852E: hue angle of 56.13º 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 #8B852E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13913346-
CMYK00.040.670.45
HSL56.13º50.27%36.27%-
HSV(B)56.13º66.91%54.51%-
XYZ19.5322.465.89-
YUV124.8883.49138.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=43.71%
G=41.82%
B=14.47%

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
Decimal1391334600.040.670.4556.1350.2736.27
Hex8B852E04432D383224
Octal213205560410355706244
Binary100010111000010110111001001000011101101111000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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