#8B8225

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

Shades of Lemon Ginger #8B8225

Tints of Lemon Ginger #8B8225

Color information

#8B8225 (or 0x8B8225) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 82 and 25. RGB value is (139,130,37). Sum of RGB (Red+Green+Blue) = 139+130+37=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8225 is #747DDA. Grayscale: #7A7A7A. Windows color (decimal): -7634395 or 2458251. OLE color: 2458251.

HSL color Cylindrical-coordinate representation of color #8B8225: hue angle of 54.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B8225 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB13913037-
CMYK00.060.730.45
HSL54.71º57.95%34.51%-
HSV(B)54.71º73.38%54.51%-
XYZ18.9621.594.92-
YUV122.0979.98140.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 37 (14.84% from 255) = 12.09%
R=45.42%
G=42.48%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391303700.060.730.4554.7157.9534.51
Hex8B822506492D373a23
Octal213202450611155677243
Binary100010111000001010010101101001001101101110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,130,37); }

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

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

 a { background-color: rgb(139,130,37); }

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

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

 span { border-color: rgb(139,130,37); }

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