Html Css Color HEX #957F2B Lemon Ginger

📋 copy color: '#957F2B'

red 149 ◦ green 127 ◦ blue 43

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

Shades of Lemon Ginger #957F2B

Tints of Lemon Ginger #957F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 46.71%
G = 39.81%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#957F2B (or 0x957F2B) is known color: Lemon Ginger. HEX triplet: 95, 7F and 2B. RGB value is (149,127,43). Sum of RGB (Red+Green+Blue) = 149+127+43=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F2B is #6A80D4. Grayscale: #7C7C7C. Windows color (decimal): -6979797 or 2850709. OLE color: 2850709.

HSL color Cylindrical-coordinate representation of color #957F2B: hue angle of 47.55º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #957F2B is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 43 -
CMYK 0 0.15 0.71 0.42
HSL 47.55º 0.55% 0.38% -
HSV(B) 47.55º 0.71% 0.58% -
XYZ 20.42 21.74 5.41 -
YUV 124 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 149 127 43 0 0.15 0.71 0.42 47.55 0.55 0.38
Hex 95 7F 2B 0 F 47 2A 30 37 26
Octal 225 177 53 0 17 107 52 60 67 46
Binary 10010101 1111111 101011 0 1111 1000111 101010 110000 110111 100110

Color Harmonies of #957F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F2B

Black with #957F2B

Text Example


Text Example

White with #957F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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