#98852D

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

Shades of Lemon Ginger #98852D

Tints of Lemon Ginger #98852D

Color information

#98852D (or 0x98852D) is unknown color: approx Lemon Ginger. HEX triplet: 98, 85 and 2D. RGB value is (152,133,45). Sum of RGB (Red+Green+Blue) = 152+133+45=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98852D is #677AD2. Grayscale: #818181. Windows color (decimal): -6781651 or 2983320. OLE color: 2983320.

HSL color Cylindrical-coordinate representation of color #98852D: hue angle of 49.35º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98852D is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB15213345-
CMYK00.130.700.40
HSL49.35º54.31%38.63%-
HSV(B)49.35º70.39%59.61%-
XYZ21.8123.645.9-
YUV128.6580.79144.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=46.06%
G=40.30%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521334500.130.700.4049.3554.3138.63
Hex98852D0D4628313627
Octal2302055501510650616647
Binary1001100010000101101101011011000110101000110001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,133,45); }

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

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

 a { background-color: rgb(152,133,45); }

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

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

 span { border-color: rgb(152,133,45); }

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