Html Css Color HEX #957F2F Lemon Ginger

📋 copy color: '#957F2F'

red 149 ◦ green 127 ◦ blue 47

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

Shades of Lemon Ginger #957F2F

Tints of Lemon Ginger #957F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 46.13%
G = 39.32%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957F2F (or 0x957F2F) is known color: Lemon Ginger. HEX triplet: 95, 7F and 2F. RGB value is (149,127,47). Sum of RGB (Red+Green+Blue) = 149+127+47=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #957F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F2F is #6A80D0. Grayscale: #7C7C7C. Windows color (decimal): -6979793 or 3112853. OLE color: 3112853.

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

Color convert

RGB 149 127 47 -
CMYK 0 0.15 0.68 0.42
HSL 47.06º 0.52% 0.38% -
HSV(B) 47.06º 0.68% 0.58% -
XYZ 20.5 21.77 5.81 -
YUV 124.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 149 127 47 0 0.15 0.68 0.42 47.06 0.52 0.38
Hex 95 7F 2F 0 F 44 2A 2F 34 26
Octal 225 177 57 0 17 104 52 57 64 46
Binary 10010101 1111111 101111 0 1111 1000100 101010 101111 110100 100110

Color Harmonies of #957F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F2F

Black with #957F2F

Text Example


Text Example

White with #957F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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