#8B8330

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

Shades of Lemon Ginger #8B8330

Tints of Lemon Ginger #8B8330

Color information

#8B8330 (or 0x8B8330) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 83 and 30. RGB value is (139,131,48). Sum of RGB (Red+Green+Blue) = 139+131+48=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8330 is #747CCF. Grayscale: #7C7C7C. Windows color (decimal): -7634128 or 3179403. OLE color: 3179403.

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

Color convert

RGB13913148-
CMYK00.060.650.45
HSL54.73º48.66%36.67%-
HSV(B)54.73º65.47%54.51%-
XYZ19.321.936.01-
YUV123.9385.15138.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=43.71%
G=41.19%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391314800.060.650.4554.7348.6636.67
Hex8B833006412D373125
Octal213203600610155676145
Binary100010111000001111000001101000001101101110111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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