Html Css Color HEX #957E25 Lemon Ginger

📋 copy color: '#957E25'

red 149 ◦ green 126 ◦ blue 37

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

Shades of Lemon Ginger #957E25

Tints of Lemon Ginger #957E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 47.76%
G = 40.38%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#957E25 (or 0x957E25) is known color: Lemon Ginger. HEX triplet: 95, 7E and 25. RGB value is (149,126,37). Sum of RGB (Red+Green+Blue) = 149+126+37=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #957E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E25 is #6A81DA. Grayscale: #7B7B7B. Windows color (decimal): -6980059 or 2457237. OLE color: 2457237.

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

Color convert

RGB 149 126 37 -
CMYK 0 0.15 0.75 0.42
HSL 47.68º 0.6% 0.36% -
HSV(B) 47.68º 0.75% 0.58% -
XYZ 20.19 21.44 4.83 -
YUV 122.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 149 126 37 0 0.15 0.75 0.42 47.68 0.6 0.36
Hex 95 7E 25 0 F 4B 2A 30 3C 24
Octal 225 176 45 0 17 113 52 60 74 44
Binary 10010101 1111110 100101 0 1111 1001011 101010 110000 111100 100100

Color Harmonies of #957E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E25

Black with #957E25

Text Example


Text Example

White with #957E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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