Html Css Color HEX #957C2D Lemon Ginger

📋 copy color: '#957C2D'

red 149 ◦ green 124 ◦ blue 45

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

Shades of Lemon Ginger #957C2D

Tints of Lemon Ginger #957C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 46.86%
G = 38.99%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#957C2D (or 0x957C2D) is known color: Lemon Ginger. HEX triplet: 95, 7C and 2D. RGB value is (149,124,45). Sum of RGB (Red+Green+Blue) = 149+124+45=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #957C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C2D is #6A83D2. Grayscale: #7A7A7A. Windows color (decimal): -6980563 or 2981013. OLE color: 2981013.

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

Color convert

RGB 149 124 45 -
CMYK 0 0.17 0.70 0.42
HSL 45.58º 0.54% 0.38% -
HSV(B) 45.58º 0.7% 0.58% -
XYZ 20.08 20.99 5.48 -
YUV 122.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 149 124 45 0 0.17 0.70 0.42 45.58 0.54 0.38
Hex 95 7C 2D 0 11 46 2A 2E 36 26
Octal 225 174 55 0 21 106 52 56 66 46
Binary 10010101 1111100 101101 0 10001 1000110 101010 101110 110110 100110

Color Harmonies of #957C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C2D

Black with #957C2D

Text Example


Text Example

White with #957C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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