Html Css Color HEX #8F7A1E Lemon Ginger

📋 copy color: '#8F7A1E'

red 143 ◦ green 122 ◦ blue 30

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

Shades of Lemon Ginger #8F7A1E

Tints of Lemon Ginger #8F7A1E

RGB

 RED value IS 143 (56.25% from 255) = 48.47%

 GREEN value IS 122 (48.05% from 255) = 41.36%

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 48.47%
G = 41.36%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8F7A1E (or 0x8F7A1E) is known color: Lemon Ginger. HEX triplet: 8F, 7A and 1E. RGB value is (143,122,30). Sum of RGB (Red+Green+Blue) = 143+122+30=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7A1E is #7085E1. Grayscale: #767676. Windows color (decimal): -7374306 or 1997455. OLE color: 1997455.

HSL color Cylindrical-coordinate representation of color #8F7A1E: hue angle of 48.85º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F7A1E is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 122 30 -
CMYK 0 0.15 0.79 0.44
HSL 48.85º 0.65% 0.34% -
HSV(B) 48.85º 0.79% 0.56% -
XYZ 18.52 19.85 4.08 -
YUV 117.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 143 122 30 0 0.15 0.79 0.44 48.85 0.65 0.34
Hex 8F 7A 1E 0 F 4F 2C 31 41 22
Octal 217 172 36 0 17 117 54 61 101 42
Binary 10001111 1111010 11110 0 1111 1001111 101100 110001 1000001 100010

Color Harmonies of #8F7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7A1E

Black with #8F7A1E

Text Example


Text Example

White with #8F7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7A1E; }

 p { color: rgb(143,122,30); }

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

background-color css

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

 a { background-color: rgb(143,122,30); }

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

border-color css

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

 span { border-color: rgb(143,122,30); }

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