Html Css Color HEX #957C2E Lemon Ginger

📋 copy color: '#957C2E'

red 149 ◦ green 124 ◦ blue 46

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

Shades of Lemon Ginger #957C2E

Tints of Lemon Ginger #957C2E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

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

R = 46.71%
G = 38.87%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#957C2E (or 0x957C2E) is known color: Lemon Ginger. HEX triplet: 95, 7C and 2E. RGB value is (149,124,46). Sum of RGB (Red+Green+Blue) = 149+124+46=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C2E is #6A83D1. Grayscale: #7A7A7A. Windows color (decimal): -6980562 or 3046549. OLE color: 3046549.

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

Color convert

RGB 149 124 46 -
CMYK 0 0.17 0.69 0.42
HSL 45.44º 0.53% 0.38% -
HSV(B) 45.44º 0.69% 0.58% -
XYZ 20.1 21 5.58 -
YUV 122.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 149 124 46 0 0.17 0.69 0.42 45.44 0.53 0.38
Hex 95 7C 2E 0 11 45 2A 2D 35 26
Octal 225 174 56 0 21 105 52 55 65 46
Binary 10010101 1111100 101110 0 10001 1000101 101010 101101 110101 100110

Color Harmonies of #957C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C2E

Black with #957C2E

Text Example


Text Example

White with #957C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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