Html Css Color HEX #8C851C Lemon Ginger

📋 copy color: '#8C851C'

red 140 ◦ green 133 ◦ blue 28

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

Shades of Lemon Ginger #8C851C

Tints of Lemon Ginger #8C851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 46.51%
G = 44.19%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C851C (or 0x8C851C) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 1C. RGB value is (140,133,28). Sum of RGB (Red+Green+Blue) = 140+133+28=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C851C is #737AE3. Grayscale: #7B7B7B. Windows color (decimal): -7568100 or 1869196. OLE color: 1869196.

HSL color Cylindrical-coordinate representation of color #8C851C: hue angle of 56.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C851C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 133 28 -
CMYK 0 0.05 0.80 0.45
HSL 56.25º 0.67% 0.33% -
HSV(B) 56.25º 0.8% 0.55% -
XYZ 19.41 22.43 4.41 -
YUV 123.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 140 133 28 0 0.05 0.80 0.45 56.25 0.67 0.33
Hex 8C 85 1C 0 5 50 2D 38 43 21
Octal 214 205 34 0 5 120 55 70 103 41
Binary 10001100 10000101 11100 0 101 1010000 101101 111000 1000011 100001

Color Harmonies of #8C851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C851C

Black with #8C851C

Text Example


Text Example

White with #8C851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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