Html Css Color HEX #8C7F13 Lemon Ginger

📋 copy color: '#8C7F13'

red 140 ◦ green 127 ◦ blue 19

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

Shades of Lemon Ginger #8C7F13

Tints of Lemon Ginger #8C7F13

RGB

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

 GREEN value IS 127 (50% from 255) = 44.41%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 48.95%
G = 44.41%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C7F13 (or 0x8C7F13) is known color: Lemon Ginger. HEX triplet: 8C, 7F and 13. RGB value is (140,127,19). Sum of RGB (Red+Green+Blue) = 140+127+19=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7F13 is #7380EC. Grayscale: #777777. Windows color (decimal): -7569645 or 1277836. OLE color: 1277836.

HSL color Cylindrical-coordinate representation of color #8C7F13: hue angle of 53.55º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7F13 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 127 19 -
CMYK 0 0.09 0.86 0.45
HSL 53.55º 0.76% 0.31% -
HSV(B) 53.55º 0.86% 0.55% -
XYZ 18.52 20.8 3.65 -
YUV 118.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 140 127 19 0 0.09 0.86 0.45 53.55 0.76 0.31
Hex 8C 7F 13 0 9 56 2D 36 4C 1F
Octal 214 177 23 0 11 126 55 66 114 37
Binary 10001100 1111111 10011 0 1001 1010110 101101 110110 1001100 11111

Color Harmonies of #8C7F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F13

Black with #8C7F13

Text Example


Text Example

White with #8C7F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,19); }

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

background-color css

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

 a { background-color: rgb(140,127,19); }

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

border-color css

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

 span { border-color: rgb(140,127,19); }

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