Html Css Color HEX #957C28 Lemon Ginger

📋 copy color: '#957C28'

red 149 ◦ green 124 ◦ blue 40

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

Shades of Lemon Ginger #957C28

Tints of Lemon Ginger #957C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 47.6%
G = 39.62%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#957C28 (or 0x957C28) is known color: Lemon Ginger. HEX triplet: 95, 7C and 28. RGB value is (149,124,40). Sum of RGB (Red+Green+Blue) = 149+124+40=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C28 is #6A83D7. Grayscale: #7A7A7A. Windows color (decimal): -6980568 or 2653333. OLE color: 2653333.

HSL color Cylindrical-coordinate representation of color #957C28: hue angle of 46.24º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #957C28 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 40 -
CMYK 0 0.17 0.73 0.42
HSL 46.24º 0.58% 0.37% -
HSV(B) 46.24º 0.73% 0.58% -
XYZ 19.99 20.96 5 -
YUV 121.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 149 124 40 0 0.17 0.73 0.42 46.24 0.58 0.37
Hex 95 7C 28 0 11 49 2A 2E 3A 25
Octal 225 174 50 0 21 111 52 56 72 45
Binary 10010101 1111100 101000 0 10001 1001001 101010 101110 111010 100101

Color Harmonies of #957C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C28

Black with #957C28

Text Example


Text Example

White with #957C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,40); }

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

background-color css

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

 a { background-color: rgb(149,124,40); }

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

border-color css

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

 span { border-color: rgb(149,124,40); }

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