Html Css Color HEX #957E2E Lemon Ginger

📋 copy color: '#957E2E'

red 149 ◦ green 126 ◦ blue 46

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

Shades of Lemon Ginger #957E2E

Tints of Lemon Ginger #957E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

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

R = 46.42%
G = 39.25%
B = 14.33%

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

#957E2E (or 0x957E2E) is known color: Lemon Ginger. HEX triplet: 95, 7E and 2E. RGB value is (149,126,46). Sum of RGB (Red+Green+Blue) = 149+126+46=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #957E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E2E is #6A81D1. Grayscale: #7C7C7C. Windows color (decimal): -6980050 or 3047061. OLE color: 3047061.

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

Color convert

RGB 149 126 46 -
CMYK 0 0.15 0.69 0.42
HSL 46.6º 0.53% 0.38% -
HSV(B) 46.6º 0.69% 0.58% -
XYZ 20.35 21.51 5.66 -
YUV 123.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 149 126 46 0 0.15 0.69 0.42 46.6 0.53 0.38
Hex 95 7E 2E 0 F 45 2A 2F 35 26
Octal 225 176 56 0 17 105 52 57 65 46
Binary 10010101 1111110 101110 0 1111 1000101 101010 101111 110101 100110

Color Harmonies of #957E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E2E

Black with #957E2E

Text Example


Text Example

White with #957E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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