Html Css Color HEX #957F2E Lemon Ginger

📋 copy color: '#957F2E'

red 149 ◦ green 127 ◦ blue 46

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

Shades of Lemon Ginger #957F2E

Tints of Lemon Ginger #957F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 46.27%
G = 39.44%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#957F2E (or 0x957F2E) is known color: Lemon Ginger. HEX triplet: 95, 7F and 2E. RGB value is (149,127,46). Sum of RGB (Red+Green+Blue) = 149+127+46=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #957F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F2E is #6A80D1. Grayscale: #7C7C7C. Windows color (decimal): -6979794 or 3047317. OLE color: 3047317.

HSL color Cylindrical-coordinate representation of color #957F2E: hue angle of 47.18º 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 #957F2E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 46 -
CMYK 0 0.15 0.69 0.42
HSL 47.18º 0.53% 0.38% -
HSV(B) 47.18º 0.69% 0.58% -
XYZ 20.48 21.77 5.71 -
YUV 124.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 149 127 46 0 0.15 0.69 0.42 47.18 0.53 0.38
Hex 95 7F 2E 0 F 45 2A 2F 35 26
Octal 225 177 56 0 17 105 52 57 65 46
Binary 10010101 1111111 101110 0 1111 1000101 101010 101111 110101 100110

Color Harmonies of #957F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F2E

Black with #957F2E

Text Example


Text Example

White with #957F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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