Html Css Color HEX #957E2D Lemon Ginger

📋 copy color: '#957E2D'

red 149 ◦ green 126 ◦ blue 45

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

Shades of Lemon Ginger #957E2D

Tints of Lemon Ginger #957E2D

RGB

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

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

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

R = 46.56%
G = 39.38%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#957E2D (or 0x957E2D) is known color: Lemon Ginger. HEX triplet: 95, 7E and 2D. RGB value is (149,126,45). Sum of RGB (Red+Green+Blue) = 149+126+45=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #957E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E2D is #6A81D2. Grayscale: #7B7B7B. Windows color (decimal): -6980051 or 2981525. OLE color: 2981525.

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

Color convert

RGB 149 126 45 -
CMYK 0 0.15 0.70 0.42
HSL 46.73º 0.54% 0.38% -
HSV(B) 46.73º 0.7% 0.58% -
XYZ 20.33 21.5 5.56 -
YUV 123.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 149 126 45 0 0.15 0.70 0.42 46.73 0.54 0.38
Hex 95 7E 2D 0 F 46 2A 2F 36 26
Octal 225 176 55 0 17 106 52 57 66 46
Binary 10010101 1111110 101101 0 1111 1000110 101010 101111 110110 100110

Color Harmonies of #957E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E2D

Black with #957E2D

Text Example


Text Example

White with #957E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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