#8B8326

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

Shades of Lemon Ginger #8B8326

Tints of Lemon Ginger #8B8326

Color information

#8B8326 (or 0x8B8326) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 83 and 26. RGB value is (139,131,38). Sum of RGB (Red+Green+Blue) = 139+131+38=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8326 is #747CD9. Grayscale: #7B7B7B. Windows color (decimal): -7634138 or 2524043. OLE color: 2524043.

HSL color Cylindrical-coordinate representation of color #8B8326: hue angle of 55.25º degrees, saturation: 0.57, 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 #8B8326 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB13913138-
CMYK00.060.730.45
HSL55.25º57.06%34.71%-
HSV(B)55.25º72.66%54.51%-
XYZ19.1121.865.05-
YUV122.7980.15139.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=45.13%
G=42.53%
B=12.34%

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
Decimal1391313800.060.730.4555.2557.0634.71
Hex8B832606492D373923
Octal213203460611155677143
Binary100010111000001110011001101001001101101110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,38); }

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

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

 a { background-color: rgb(139,131,38); }

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

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

 span { border-color: rgb(139,131,38); }

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