Html Css Color HEX #957E36 Lemon Ginger

📋 copy color: '#957E36'

red 149 ◦ green 126 ◦ blue 54

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

Shades of Lemon Ginger #957E36

Tints of Lemon Ginger #957E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 45.29%
G = 38.3%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#957E36 (or 0x957E36) is known color: Lemon Ginger. HEX triplet: 95, 7E and 36. RGB value is (149,126,54). Sum of RGB (Red+Green+Blue) = 149+126+54=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #957E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E36 is #6A81C9. Grayscale: #7C7C7C. Windows color (decimal): -6980042 or 3571349. OLE color: 3571349.

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

Color convert

RGB 149 126 54 -
CMYK 0 0.15 0.64 0.42
HSL 45.47º 0.47% 0.4% -
HSV(B) 45.47º 0.64% 0.58% -
XYZ 20.52 21.58 6.57 -
YUV 124.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 149 126 54 0 0.15 0.64 0.42 45.47 0.47 0.4
Hex 95 7E 36 0 F 40 2A 2D 2F 28
Octal 225 176 66 0 17 100 52 55 57 50
Binary 10010101 1111110 110110 0 1111 1000000 101010 101101 101111 101000

Color Harmonies of #957E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E36

Black with #957E36

Text Example


Text Example

White with #957E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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