Html Css Color HEX #957D24 Lemon Ginger

📋 copy color: '#957D24'

red 149 ◦ green 125 ◦ blue 36

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

Shades of Lemon Ginger #957D24

Tints of Lemon Ginger #957D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.61%

R = 48.06%
G = 40.32%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#957D24 (or 0x957D24) is known color: Lemon Ginger. HEX triplet: 95, 7D and 24. RGB value is (149,125,36). Sum of RGB (Red+Green+Blue) = 149+125+36=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #957D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D24 is #6A82DB. Grayscale: #7A7A7A. Windows color (decimal): -6980316 or 2391445. OLE color: 2391445.

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

Color convert

RGB 149 125 36 -
CMYK 0 0.16 0.76 0.42
HSL 47.26º 0.61% 0.36% -
HSV(B) 47.26º 0.76% 0.58% -
XYZ 20.05 21.18 4.7 -
YUV 122.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 149 125 36 0 0.16 0.76 0.42 47.26 0.61 0.36
Hex 95 7D 24 0 10 4C 2A 2F 3D 24
Octal 225 175 44 0 20 114 52 57 75 44
Binary 10010101 1111101 100100 0 10000 1001100 101010 101111 111101 100100

Color Harmonies of #957D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D24

Black with #957D24

Text Example


Text Example

White with #957D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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