Html Css Color HEX #8F7E2F Lemon Ginger

📋 copy color: '#8F7E2F'

red 143 ◦ green 126 ◦ blue 47

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

Shades of Lemon Ginger #8F7E2F

Tints of Lemon Ginger #8F7E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 45.25%
G = 39.87%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F7E2F (or 0x8F7E2F) is known color: Lemon Ginger. HEX triplet: 8F, 7E and 2F. RGB value is (143,126,47). Sum of RGB (Red+Green+Blue) = 143+126+47=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E2F is #7081D0. Grayscale: #7A7A7A. Windows color (decimal): -7373265 or 3112591. OLE color: 3112591.

HSL color Cylindrical-coordinate representation of color #8F7E2F: hue angle of 49.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F7E2F is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 126 47 -
CMYK 0 0.12 0.67 0.44
HSL 49.38º 0.51% 0.37% -
HSV(B) 49.38º 0.67% 0.56% -
XYZ 19.3 20.97 5.72 -
YUV 122.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 143 126 47 0 0.12 0.67 0.44 49.38 0.51 0.37
Hex 8F 7E 2F 0 C 43 2C 31 33 25
Octal 217 176 57 0 14 103 54 61 63 45
Binary 10001111 1111110 101111 0 1100 1000011 101100 110001 110011 100101

Color Harmonies of #8F7E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7E2F

Black with #8F7E2F

Text Example


Text Example

White with #8F7E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,47); }

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

background-color css

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

 a { background-color: rgb(143,126,47); }

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

border-color css

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

 span { border-color: rgb(143,126,47); }

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