#9B7F36

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

Shades of Lemon Ginger #9B7F36

Tints of Lemon Ginger #9B7F36

Color information

#9B7F36 (or 0x9B7F36) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 7F and 36. RGB value is (155,127,54). Sum of RGB (Red+Green+Blue) = 155+127+54=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F36 is #6480C9. Grayscale: #7F7F7F. Windows color (decimal): -6586570 or 3571611. OLE color: 3571611.

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

Color convert

RGB15512754-
CMYK00.180.650.39
HSL43.37º48.33%40.98%-
HSV(B)43.37º65.16%60.78%-
XYZ21.7722.416.67-
YUV127.0586.78147.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=46.13%
G=37.80%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551275400.180.650.3943.3748.3340.98
Hex9B7F3601241272b3029
Octal2331776602210147536051
Binary1001101111111111101100100101000001100111101011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,54); }

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

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

 a { background-color: rgb(155,127,54); }

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

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

 span { border-color: rgb(155,127,54); }

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