#97882D

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

Shades of Lemon Ginger #97882D

Tints of Lemon Ginger #97882D

Color information

#97882D (or 0x97882D) is unknown color: approx Lemon Ginger. HEX triplet: 97, 88 and 2D. RGB value is (151,136,45). Sum of RGB (Red+Green+Blue) = 151+136+45=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #97882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97882D is #6877D2. Grayscale: #828282. Windows color (decimal): -6846419 or 2984087. OLE color: 2984087.

HSL color Cylindrical-coordinate representation of color #97882D: hue angle of 51.51º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97882D is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15113645-
CMYK00.100.700.41
HSL51.51º54.08%38.43%-
HSV(B)51.51º70.2%59.22%-
XYZ22.0424.386.03-
YUV130.1179.97142.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=45.48%
G=40.96%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511364500.100.700.4151.5154.0838.43
Hex97882D0A4629343626
Octal2272105501210651646646
Binary1001011110001000101101010101000110101001110100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97882D; }

 p { color: rgb(151,136,45); }

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

<style>
 a { background-color: #97882D; }

 a { background-color: rgb(151,136,45); }

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

<style>
 span { border-color: #97882D; }

 span { border-color: rgb(151,136,45); }

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