Html Css Color HEX #918728 Lemon Ginger

📋 copy color: '#918728'

red 145 ◦ green 135 ◦ blue 40

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

Shades of Lemon Ginger #918728

Tints of Lemon Ginger #918728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

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

R = 45.31%
G = 42.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#918728 (or 0x918728) is known color: Lemon Ginger. HEX triplet: 91, 87 and 28. RGB value is (145,135,40). Sum of RGB (Red+Green+Blue) = 145+135+40=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #918728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918728 is #6E78D7. Grayscale: #7F7F7F. Windows color (decimal): -7239896 or 2656145. OLE color: 2656145.

HSL color Cylindrical-coordinate representation of color #918728: hue angle of 54.29º 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 #918728 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 135 40 -
CMYK 0 0.07 0.72 0.43
HSL 54.29º 0.57% 0.36% -
HSV(B) 54.29º 0.72% 0.57% -
XYZ 20.72 23.5 5.45 -
YUV 127.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 145 135 40 0 0.07 0.72 0.43 54.29 0.57 0.36
Hex 91 87 28 0 7 48 2B 36 39 24
Octal 221 207 50 0 7 110 53 66 71 44
Binary 10010001 10000111 101000 0 111 1001000 101011 110110 111001 100100

Color Harmonies of #918728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918728

Black with #918728

Text Example


Text Example

White with #918728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918728; }

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

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

background-color css

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

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

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

border-color css

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

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

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