#8B852A

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

Shades of Lemon Ginger #8B852A

Tints of Lemon Ginger #8B852A

Color information

#8B852A (or 0x8B852A) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 85 and 2A. RGB value is (139,133,42). Sum of RGB (Red+Green+Blue) = 139+133+42=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B852A is #747AD5. Grayscale: #7C7C7C. Windows color (decimal): -7633622 or 2786699. OLE color: 2786699.

HSL color Cylindrical-coordinate representation of color #8B852A: hue angle of 56.29º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B852A is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB13913342-
CMYK00.040.700.45
HSL56.29º53.59%35.49%-
HSV(B)56.29º69.78%54.51%-
XYZ19.4522.435.49-
YUV124.4281.49138.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=44.27%
G=42.36%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391334200.040.700.4556.2953.5935.49
Hex8B852A04462D383623
Octal213205520410655706643
Binary100010111000010110101001001000110101101111000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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