Html Css Color HEX #917F35 Lemon Ginger

📋 copy color: '#917F35'

red 145 ◦ green 127 ◦ blue 53

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

Shades of Lemon Ginger #917F35

Tints of Lemon Ginger #917F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 44.62%
G = 39.08%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#917F35 (or 0x917F35) is known color: Lemon Ginger. HEX triplet: 91, 7F and 35. RGB value is (145,127,53). Sum of RGB (Red+Green+Blue) = 145+127+53=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #917F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F35 is #6E80CA. Grayscale: #7C7C7C. Windows color (decimal): -7241931 or 3506065. OLE color: 3506065.

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

Color convert

RGB 145 127 53 -
CMYK 0 0.12 0.63 0.43
HSL 48.26º 0.46% 0.39% -
HSV(B) 48.26º 0.63% 0.57% -
XYZ 19.91 21.46 6.46 -
YUV 123.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 145 127 53 0 0.12 0.63 0.43 48.26 0.46 0.39
Hex 91 7F 35 0 C 3F 2B 30 2E 27
Octal 221 177 65 0 14 77 53 60 56 47
Binary 10010001 1111111 110101 0 1100 111111 101011 110000 101110 100111

Color Harmonies of #917F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F35

Black with #917F35

Text Example


Text Example

White with #917F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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