Html Css Color HEX #957E27 Lemon Ginger

📋 copy color: '#957E27'

red 149 ◦ green 126 ◦ blue 39

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

Shades of Lemon Ginger #957E27

Tints of Lemon Ginger #957E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 47.45%
G = 40.13%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#957E27 (or 0x957E27) is known color: Lemon Ginger. HEX triplet: 95, 7E and 27. RGB value is (149,126,39). Sum of RGB (Red+Green+Blue) = 149+126+39=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E27 is #6A81D8. Grayscale: #7B7B7B. Windows color (decimal): -6980057 or 2588309. OLE color: 2588309.

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

Color convert

RGB 149 126 39 -
CMYK 0 0.15 0.74 0.42
HSL 47.45º 0.59% 0.37% -
HSV(B) 47.45º 0.74% 0.58% -
XYZ 20.22 21.46 5 -
YUV 122.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 149 126 39 0 0.15 0.74 0.42 47.45 0.59 0.37
Hex 95 7E 27 0 F 4A 2A 2F 3B 25
Octal 225 176 47 0 17 112 52 57 73 45
Binary 10010101 1111110 100111 0 1111 1001010 101010 101111 111011 100101

Color Harmonies of #957E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E27

Black with #957E27

Text Example


Text Example

White with #957E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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