Html Css Color HEX #917F2F Lemon Ginger

📋 copy color: '#917F2F'

red 145 ◦ green 127 ◦ blue 47

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

Shades of Lemon Ginger #917F2F

Tints of Lemon Ginger #917F2F

RGB

 RED value IS 145 (57.03% from 255) = 45.45%

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

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 45.45%
G = 39.81%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#917F2F (or 0x917F2F) is known color: Lemon Ginger. HEX triplet: 91, 7F and 2F. RGB value is (145,127,47). Sum of RGB (Red+Green+Blue) = 145+127+47=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #917F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F2F is #6E80D0. Grayscale: #7B7B7B. Windows color (decimal): -7241937 or 3112849. OLE color: 3112849.

HSL color Cylindrical-coordinate representation of color #917F2F: hue angle of 48.98º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #917F2F is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 127 47 -
CMYK 0 0.12 0.68 0.43
HSL 48.98º 0.51% 0.38% -
HSV(B) 48.98º 0.68% 0.57% -
XYZ 19.78 21.4 5.78 -
YUV 123.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 145 127 47 0 0.12 0.68 0.43 48.98 0.51 0.38
Hex 91 7F 2F 0 C 44 2B 31 33 26
Octal 221 177 57 0 14 104 53 61 63 46
Binary 10010001 1111111 101111 0 1100 1000100 101011 110001 110011 100110

Color Harmonies of #917F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F2F

Black with #917F2F

Text Example


Text Example

White with #917F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917F2F; }

 p { color: rgb(145,127,47); }

 H1.HeaderClassName
 {
   color: #917F2F;
 }
 .AnyTagClassName
 {
   color: #917F2F;
 }
</style>

background-color css

<style>
 a { background-color: #917F2F; }

 a { background-color: rgb(145,127,47); }

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

border-color css

<style>
 span { border-color: #917F2F; }

 span { border-color: rgb(145,127,47); }

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