Html Css Color HEX #957F23 Lemon Ginger

📋 copy color: '#957F23'

red 149 ◦ green 127 ◦ blue 35

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

Shades of Lemon Ginger #957F23

Tints of Lemon Ginger #957F23

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

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

R = 47.91%
G = 40.84%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#957F23 (or 0x957F23) is known color: Lemon Ginger. HEX triplet: 95, 7F and 23. RGB value is (149,127,35). Sum of RGB (Red+Green+Blue) = 149+127+35=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #957F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F23 is #6A80DC. Grayscale: #7B7B7B. Windows color (decimal): -6979805 or 2326421. OLE color: 2326421.

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

Color convert

RGB 149 127 35 -
CMYK 0 0.15 0.77 0.42
HSL 48.42º 0.62% 0.36% -
HSV(B) 48.42º 0.77% 0.58% -
XYZ 20.29 21.69 4.71 -
YUV 123.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 149 127 35 0 0.15 0.77 0.42 48.42 0.62 0.36
Hex 95 7F 23 0 F 4D 2A 30 3E 24
Octal 225 177 43 0 17 115 52 60 76 44
Binary 10010101 1111111 100011 0 1111 1001101 101010 110000 111110 100100

Color Harmonies of #957F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F23

Black with #957F23

Text Example


Text Example

White with #957F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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