#95832E

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

Shades of Lemon Ginger #95832E

Tints of Lemon Ginger #95832E

Color information

#95832E (or 0x95832E) is unknown color: approx Lemon Ginger. HEX triplet: 95, 83 and 2E. RGB value is (149,131,46). Sum of RGB (Red+Green+Blue) = 149+131+46=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95832E is #6A7CD1. Grayscale: #7F7F7F. Windows color (decimal): -6978770 or 3048341. OLE color: 3048341.

HSL color Cylindrical-coordinate representation of color #95832E: hue angle of 49.51º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95832E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14913146-
CMYK00.120.690.42
HSL49.51º52.82%38.24%-
HSV(B)49.51º69.13%58.43%-
XYZ2122.825.88-
YUV126.6982.46143.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=45.71%
G=40.18%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491314600.120.690.4249.5152.8238.24
Hex95832E0C452A323526
Octal2252035601410552626546
Binary1001010110000011101110011001000101101010110010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95832E; }

 p { color: rgb(149,131,46); }

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

<style>
 a { background-color: #95832E; }

 a { background-color: rgb(149,131,46); }

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

<style>
 span { border-color: #95832E; }

 span { border-color: rgb(149,131,46); }

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