#957C35

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

Shades of Lemon Ginger #957C35

Tints of Lemon Ginger #957C35

Color information

#957C35 (or 0x957C35) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7C and 35. RGB value is (149,124,53). Sum of RGB (Red+Green+Blue) = 149+124+53=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #957C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C35 is #6A83CA. Grayscale: #7B7B7B. Windows color (decimal): -6980555 or 3505301. OLE color: 3505301.

HSL color Cylindrical-coordinate representation of color #957C35: hue angle of 44.37º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #957C35 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14912453-
CMYK00.170.640.42
HSL44.37º47.52%39.61%-
HSV(B)44.37º64.43%58.43%-
XYZ20.2421.066.37-
YUV123.3888.28146.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=45.71%
G=38.04%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491245300.170.640.4244.3747.5239.61
Hex957C35011402A2c3028
Octal2251746502110052546050
Binary1001010111111001101010100011000000101010101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957C35; }

 p { color: rgb(149,124,53); }

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

<style>
 a { background-color: #957C35; }

 a { background-color: rgb(149,124,53); }

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

<style>
 span { border-color: #957C35; }

 span { border-color: rgb(149,124,53); }

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