Html Css Color HEX #917F28 Lemon Ginger

📋 copy color: '#917F28'

red 145 ◦ green 127 ◦ blue 40

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

Shades of Lemon Ginger #917F28

Tints of Lemon Ginger #917F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 46.47%
G = 40.71%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#917F28 (or 0x917F28) is known color: Lemon Ginger. HEX triplet: 91, 7F and 28. RGB value is (145,127,40). Sum of RGB (Red+Green+Blue) = 145+127+40=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #917F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F28 is #6E80D7. Grayscale: #7A7A7A. Windows color (decimal): -7241944 or 2654097. OLE color: 2654097.

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

Color convert

RGB 145 127 40 -
CMYK 0 0.12 0.72 0.43
HSL 49.71º 0.57% 0.36% -
HSV(B) 49.71º 0.72% 0.57% -
XYZ 19.65 21.35 5.09 -
YUV 122.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 145 127 40 0 0.12 0.72 0.43 49.71 0.57 0.36
Hex 91 7F 28 0 C 48 2B 32 39 24
Octal 221 177 50 0 14 110 53 62 71 44
Binary 10010001 1111111 101000 0 1100 1001000 101011 110010 111001 100100

Color Harmonies of #917F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F28

Black with #917F28

Text Example


Text Example

White with #917F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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