Html Css Color HEX #957D23 Lemon Ginger

📋 copy color: '#957D23'

red 149 ◦ green 125 ◦ blue 35

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

Shades of Lemon Ginger #957D23

Tints of Lemon Ginger #957D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 48.22%
G = 40.45%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#957D23 (or 0x957D23) is known color: Lemon Ginger. HEX triplet: 95, 7D and 23. RGB value is (149,125,35). Sum of RGB (Red+Green+Blue) = 149+125+35=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #957D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D23 is #6A82DC. Grayscale: #7A7A7A. Windows color (decimal): -6980317 or 2325909. OLE color: 2325909.

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

Color convert

RGB 149 125 35 -
CMYK 0 0.16 0.77 0.42
HSL 47.37º 0.62% 0.36% -
HSV(B) 47.37º 0.77% 0.58% -
XYZ 20.03 21.18 4.62 -
YUV 121.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 149 125 35 0 0.16 0.77 0.42 47.37 0.62 0.36
Hex 95 7D 23 0 10 4D 2A 2F 3E 24
Octal 225 175 43 0 20 115 52 57 76 44
Binary 10010101 1111101 100011 0 10000 1001101 101010 101111 111110 100100

Color Harmonies of #957D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D23

Black with #957D23

Text Example


Text Example

White with #957D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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