Html Css Color HEX #917F32 Lemon Ginger

📋 copy color: '#917F32'

red 145 ◦ green 127 ◦ blue 50

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

Shades of Lemon Ginger #917F32

Tints of Lemon Ginger #917F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 45.03%
G = 39.44%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#917F32 (or 0x917F32) is known color: Lemon Ginger. HEX triplet: 91, 7F and 32. RGB value is (145,127,50). Sum of RGB (Red+Green+Blue) = 145+127+50=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #917F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F32 is #6E80CD. Grayscale: #7B7B7B. Windows color (decimal): -7241934 or 3309457. OLE color: 3309457.

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

Color convert

RGB 145 127 50 -
CMYK 0 0.12 0.66 0.43
HSL 48.63º 0.49% 0.38% -
HSV(B) 48.63º 0.66% 0.57% -
XYZ 19.84 21.43 6.11 -
YUV 123.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 145 127 50 0 0.12 0.66 0.43 48.63 0.49 0.38
Hex 91 7F 32 0 C 42 2B 31 31 26
Octal 221 177 62 0 14 102 53 61 61 46
Binary 10010001 1111111 110010 0 1100 1000010 101011 110001 110001 100110

Color Harmonies of #917F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F32

Black with #917F32

Text Example


Text Example

White with #917F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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