#8B7B1F

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

Shades of Lemon Ginger #8B7B1F

Tints of Lemon Ginger #8B7B1F

Color information

#8B7B1F (or 0x8B7B1F) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7B and 1F. RGB value is (139,123,31). Sum of RGB (Red+Green+Blue) = 139+123+31=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B1F is #7484E0. Grayscale: #757575. Windows color (decimal): -7636193 or 2063243. OLE color: 2063243.

HSL color Cylindrical-coordinate representation of color #8B7B1F: hue angle of 51.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B7B1F is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB13912331-
CMYK00.120.780.45
HSL51.11º63.53%33.33%-
HSV(B)51.11º77.7%54.51%-
XYZ17.9819.754.16-
YUV117.379.3143.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=47.44%
G=41.98%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391233100.120.780.4551.1163.5333.33
Hex8B7B1F0C4E2D334021
Octal21317337014116556310041
Binary100010111111011111110110010011101011011100111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,31); }

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

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

 a { background-color: rgb(139,123,31); }

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

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

 span { border-color: rgb(139,123,31); }

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