#8B8430

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

Shades of Lemon Ginger #8B8430

Tints of Lemon Ginger #8B8430

Color information

#8B8430 (or 0x8B8430) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 84 and 30. RGB value is (139,132,48). Sum of RGB (Red+Green+Blue) = 139+132+48=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8430 is #747BCF. Grayscale: #7C7C7C. Windows color (decimal): -7633872 or 3179659. OLE color: 3179659.

HSL color Cylindrical-coordinate representation of color #8B8430: hue angle of 55.38º 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 #8B8430 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB13913248-
CMYK00.050.650.45
HSL55.38º48.66%36.67%-
HSV(B)55.38º65.47%54.51%-
XYZ19.4322.26.06-
YUV124.5284.82138.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=43.57%
G=41.38%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391324800.050.650.4555.3848.6636.67
Hex8B843005412D373125
Octal213204600510155676145
Binary100010111000010011000001011000001101101110111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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