Html Css Color HEX #957E28 Lemon Ginger

📋 copy color: '#957E28'

red 149 ◦ green 126 ◦ blue 40

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

Shades of Lemon Ginger #957E28

Tints of Lemon Ginger #957E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 47.3%
G = 40%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#957E28 (or 0x957E28) is known color: Lemon Ginger. HEX triplet: 95, 7E and 28. RGB value is (149,126,40). Sum of RGB (Red+Green+Blue) = 149+126+40=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E28 is #6A81D7. Grayscale: #7B7B7B. Windows color (decimal): -6980056 or 2653845. OLE color: 2653845.

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

Color convert

RGB 149 126 40 -
CMYK 0 0.15 0.73 0.42
HSL 47.34º 0.58% 0.37% -
HSV(B) 47.34º 0.73% 0.58% -
XYZ 20.24 21.46 5.08 -
YUV 123.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 149 126 40 0 0.15 0.73 0.42 47.34 0.58 0.37
Hex 95 7E 28 0 F 49 2A 2F 3A 25
Octal 225 176 50 0 17 111 52 57 72 45
Binary 10010101 1111110 101000 0 1111 1001001 101010 101111 111010 100101

Color Harmonies of #957E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E28

Black with #957E28

Text Example


Text Example

White with #957E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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