Html Css Color HEX #8C851F Lemon Ginger

📋 copy color: '#8C851F'

red 140 ◦ green 133 ◦ blue 31

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

Shades of Lemon Ginger #8C851F

Tints of Lemon Ginger #8C851F

RGB

 RED value IS 140 (55.08% from 255) = 46.05%

 GREEN value IS 133 (52.34% from 255) = 43.75%

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

R = 46.05%
G = 43.75%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C851F (or 0x8C851F) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 1F. RGB value is (140,133,31). Sum of RGB (Red+Green+Blue) = 140+133+31=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C851F is #737AE0. Grayscale: #7B7B7B. Windows color (decimal): -7568097 or 2065804. OLE color: 2065804.

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

Color convert

RGB 140 133 31 -
CMYK 0 0.05 0.78 0.45
HSL 56.15º 0.64% 0.34% -
HSV(B) 56.15º 0.78% 0.55% -
XYZ 19.45 22.45 4.6 -
YUV 123.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 140 133 31 0 0.05 0.78 0.45 56.15 0.64 0.34
Hex 8C 85 1F 0 5 4E 2D 38 40 22
Octal 214 205 37 0 5 116 55 70 100 42
Binary 10001100 10000101 11111 0 101 1001110 101101 111000 1000000 100010

Color Harmonies of #8C851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C851F

Black with #8C851F

Text Example


Text Example

White with #8C851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,133,31); }

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

background-color css

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

 a { background-color: rgb(140,133,31); }

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

border-color css

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

 span { border-color: rgb(140,133,31); }

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