#9B7E35

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

Shades of Lemon Ginger #9B7E35

Tints of Lemon Ginger #9B7E35

Color information

#9B7E35 (or 0x9B7E35) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 7E and 35. RGB value is (155,126,53). Sum of RGB (Red+Green+Blue) = 155+126+53=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7E35 is #6481CA. Grayscale: #7E7E7E. Windows color (decimal): -6586827 or 3505819. OLE color: 3505819.

HSL color Cylindrical-coordinate representation of color #9B7E35: hue angle of 42.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B7E35 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB15512653-
CMYK00.190.660.39
HSL42.94º49.04%40.78%-
HSV(B)42.94º65.81%60.78%-
XYZ21.6222.156.5-
YUV126.3586.61148.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 126 (49.61% from 255) = 37.72%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=46.41%
G=37.72%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551265300.190.660.3942.9449.0440.78
Hex9B7E3501342272b3129
Octal2331766502310247536151
Binary1001101111111101101010100111000010100111101011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7E35; }

 p { color: rgb(155,126,53); }

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

<style>
 a { background-color: #9B7E35; }

 a { background-color: rgb(155,126,53); }

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

<style>
 span { border-color: #9B7E35; }

 span { border-color: rgb(155,126,53); }

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