#97852F

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

Shades of Lemon Ginger #97852F

Tints of Lemon Ginger #97852F

Color information

#97852F (or 0x97852F) is unknown color: approx Lemon Ginger. HEX triplet: 97, 85 and 2F. RGB value is (151,133,47). Sum of RGB (Red+Green+Blue) = 151+133+47=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #97852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97852F is #687AD0. Grayscale: #808080. Windows color (decimal): -6847185 or 3114391. OLE color: 3114391.

HSL color Cylindrical-coordinate representation of color #97852F: hue angle of 49.62º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97852F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB15113347-
CMYK00.120.690.41
HSL49.62º52.53%38.82%-
HSV(B)49.62º68.87%59.22%-
XYZ21.6623.566.1-
YUV128.5881.96143.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 47 (18.75% from 255) = 14.20%
R=45.62%
G=40.18%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511334700.120.690.4149.6252.5338.82
Hex97852F0C4529323527
Octal2272055701410551626547
Binary1001011110000101101111011001000101101001110010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97852F; }

 p { color: rgb(151,133,47); }

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

<style>
 a { background-color: #97852F; }

 a { background-color: rgb(151,133,47); }

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

<style>
 span { border-color: #97852F; }

 span { border-color: rgb(151,133,47); }

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