Html Css Color HEX #957C2F Lemon Ginger

📋 copy color: '#957C2F'

red 149 ◦ green 124 ◦ blue 47

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

Shades of Lemon Ginger #957C2F

Tints of Lemon Ginger #957C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 46.56%
G = 38.75%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957C2F (or 0x957C2F) is known color: Lemon Ginger. HEX triplet: 95, 7C and 2F. RGB value is (149,124,47). Sum of RGB (Red+Green+Blue) = 149+124+47=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #957C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C2F is #6A83D0. Grayscale: #7B7B7B. Windows color (decimal): -6980561 or 3112085. OLE color: 3112085.

HSL color Cylindrical-coordinate representation of color #957C2F: hue angle of 45.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #957C2F is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 47 -
CMYK 0 0.17 0.68 0.42
HSL 45.29º 0.52% 0.38% -
HSV(B) 45.29º 0.68% 0.58% -
XYZ 20.12 21.01 5.68 -
YUV 122.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 149 124 47 0 0.17 0.68 0.42 45.29 0.52 0.38
Hex 95 7C 2F 0 11 44 2A 2D 34 26
Octal 225 174 57 0 21 104 52 55 64 46
Binary 10010101 1111100 101111 0 10001 1000100 101010 101101 110100 100110

Color Harmonies of #957C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C2F

Black with #957C2F

Text Example


Text Example

White with #957C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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