Html Css Color HEX #957F35 Lemon Ginger

📋 copy color: '#957F35'

red 149 ◦ green 127 ◦ blue 53

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

Shades of Lemon Ginger #957F35

Tints of Lemon Ginger #957F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 45.29%
G = 38.6%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#957F35 (or 0x957F35) is known color: Lemon Ginger. HEX triplet: 95, 7F and 35. RGB value is (149,127,53). Sum of RGB (Red+Green+Blue) = 149+127+53=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #957F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F35 is #6A80CA. Grayscale: #7D7D7D. Windows color (decimal): -6979787 or 3506069. OLE color: 3506069.

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

Color convert

RGB 149 127 53 -
CMYK 0 0.15 0.64 0.42
HSL 46.25º 0.48% 0.4% -
HSV(B) 46.25º 0.64% 0.58% -
XYZ 20.63 21.83 6.49 -
YUV 125.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 149 127 53 0 0.15 0.64 0.42 46.25 0.48 0.4
Hex 95 7F 35 0 F 40 2A 2E 30 28
Octal 225 177 65 0 17 100 52 56 60 50
Binary 10010101 1111111 110101 0 1111 1000000 101010 101110 110000 101000

Color Harmonies of #957F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F35

Black with #957F35

Text Example


Text Example

White with #957F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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