Html Css Color HEX #957F1F Lemon Ginger

📋 copy color: '#957F1F'

red 149 ◦ green 127 ◦ blue 31

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

Shades of Lemon Ginger #957F1F

Tints of Lemon Ginger #957F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 48.53%
G = 41.37%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#957F1F (or 0x957F1F) is known color: Lemon Ginger. HEX triplet: 95, 7F and 1F. RGB value is (149,127,31). Sum of RGB (Red+Green+Blue) = 149+127+31=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #957F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F1F is #6A80E0. Grayscale: #7B7B7B. Windows color (decimal): -6979809 or 2064277. OLE color: 2064277.

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

Color convert

RGB 149 127 31 -
CMYK 0 0.15 0.79 0.42
HSL 48.81º 0.66% 0.35% -
HSV(B) 48.81º 0.79% 0.58% -
XYZ 20.23 21.67 4.41 -
YUV 122.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 149 127 31 0 0.15 0.79 0.42 48.81 0.66 0.35
Hex 95 7F 1F 0 F 4F 2A 31 42 23
Octal 225 177 37 0 17 117 52 61 102 43
Binary 10010101 1111111 11111 0 1111 1001111 101010 110001 1000010 100011

Color Harmonies of #957F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F1F

Black with #957F1F

Text Example


Text Example

White with #957F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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