Html Css Color HEX #957D37 Lemon Ginger

📋 copy color: '#957D37'

red 149 ◦ green 125 ◦ blue 55

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

Shades of Lemon Ginger #957D37

Tints of Lemon Ginger #957D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 45.29%
G = 37.99%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#957D37 (or 0x957D37) is known color: Lemon Ginger. HEX triplet: 95, 7D and 37. RGB value is (149,125,55). Sum of RGB (Red+Green+Blue) = 149+125+55=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #957D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D37 is #6A82C8. Grayscale: #7C7C7C. Windows color (decimal): -6980297 or 3636629. OLE color: 3636629.

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

Color convert

RGB 149 125 55 -
CMYK 0 0.16 0.63 0.42
HSL 44.68º 0.46% 0.4% -
HSV(B) 44.68º 0.63% 0.58% -
XYZ 20.42 21.33 6.66 -
YUV 124.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 149 125 55 0 0.16 0.63 0.42 44.68 0.46 0.4
Hex 95 7D 37 0 10 3F 2A 2D 2E 28
Octal 225 175 67 0 20 77 52 55 56 50
Binary 10010101 1111101 110111 0 10000 111111 101010 101101 101110 101000

Color Harmonies of #957D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D37

Black with #957D37

Text Example


Text Example

White with #957D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,125,55); }

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

background-color css

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

 a { background-color: rgb(149,125,55); }

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

border-color css

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

 span { border-color: rgb(149,125,55); }

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