Html Css Color HEX #957F39 Lemon Ginger

📋 copy color: '#957F39'

red 149 ◦ green 127 ◦ blue 57

#957F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #957F39

Tints of Lemon Ginger #957F39

RGB

 RED value IS 149 (58.59% from 255) = 44.74%

 GREEN value IS 127 (50% from 255) = 38.14%

 BLUE value IS 57 (22.66% from 255) = 17.12%

R = 44.74%
G = 38.14%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#957F39 (or 0x957F39) is known color: Lemon Ginger. HEX triplet: 95, 7F and 39. RGB value is (149,127,57). Sum of RGB (Red+Green+Blue) = 149+127+57=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F39 is #6A80C6. Grayscale: #7D7D7D. Windows color (decimal): -6979783 or 3768213. OLE color: 3768213.

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

Color convert

RGB 149 127 57 -
CMYK 0 0.15 0.62 0.42
HSL 45.65º 0.45% 0.4% -
HSV(B) 45.65º 0.62% 0.58% -
XYZ 20.72 21.86 7 -
YUV 125.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 149 127 57 0 0.15 0.62 0.42 45.65 0.45 0.4
Hex 95 7F 39 0 F 3E 2A 2E 2D 28
Octal 225 177 71 0 17 76 52 56 55 50
Binary 10010101 1111111 111001 0 1111 111110 101010 101110 101101 101000

Color Harmonies of #957F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F39

Black with #957F39

Text Example


Text Example

White with #957F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,57); }

 H1.HeaderClassName
 {
   color: #957F39;
 }
 .AnyTagClassName
 {
   color: #957F39;
 }
</style>

background-color css

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

 a { background-color: rgb(149,127,57); }

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

border-color css

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

 span { border-color: rgb(149,127,57); }

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