Html Css Color HEX #8F881F Lemon Ginger

📋 copy color: '#8F881F'

red 143 ◦ green 136 ◦ blue 31

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

Shades of Lemon Ginger #8F881F

Tints of Lemon Ginger #8F881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 46.13%
G = 43.87%
B = 10%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F881F (or 0x8F881F) is known color: Lemon Ginger. HEX triplet: 8F, 88 and 1F. RGB value is (143,136,31). Sum of RGB (Red+Green+Blue) = 143+136+31=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F881F is #7077E0. Grayscale: #7E7E7E. Windows color (decimal): -7370721 or 2066575. OLE color: 2066575.

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

Color convert

RGB 143 136 31 -
CMYK 0 0.05 0.78 0.44
HSL 56.25º 0.64% 0.34% -
HSV(B) 56.25º 0.78% 0.56% -
XYZ 20.38 23.55 4.77 -
YUV 126.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 143 136 31 0 0.05 0.78 0.44 56.25 0.64 0.34
Hex 8F 88 1F 0 5 4E 2C 38 40 22
Octal 217 210 37 0 5 116 54 70 100 42
Binary 10001111 10001000 11111 0 101 1001110 101100 111000 1000000 100010

Color Harmonies of #8F881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F881F

Black with #8F881F

Text Example


Text Example

White with #8F881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,136,31); }

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

background-color css

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

 a { background-color: rgb(143,136,31); }

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

border-color css

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

 span { border-color: rgb(143,136,31); }

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