#95832B

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

Shades of Lemon Ginger #95832B

Tints of Lemon Ginger #95832B

Color information

#95832B (or 0x95832B) is unknown color: approx Lemon Ginger. HEX triplet: 95, 83 and 2B. RGB value is (149,131,43). Sum of RGB (Red+Green+Blue) = 149+131+43=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95832B is #6A7CD4. Grayscale: #7E7E7E. Windows color (decimal): -6978773 or 2851733. OLE color: 2851733.

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

Color convert

RGB14913143-
CMYK00.120.710.42
HSL49.81º55.21%37.65%-
HSV(B)49.81º71.14%58.43%-
XYZ20.9522.85.58-
YUV126.3580.96144.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=46.13%
G=40.56%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491314300.120.710.4249.8155.2137.65
Hex95832B0C472A323726
Octal2252035301410752626746
Binary1001010110000011101011011001000111101010110010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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