Html Css Color HEX #8C7A1D Lemon Ginger

📋 copy color: '#8C7A1D'

red 140 ◦ green 122 ◦ blue 29

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

Shades of Lemon Ginger #8C7A1D

Tints of Lemon Ginger #8C7A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.92%

 BLUE value IS 29 (11.72% from 255) = 9.97%

R = 48.11%
G = 41.92%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C7A1D (or 0x8C7A1D) is known color: Lemon Ginger. HEX triplet: 8C, 7A and 1D. RGB value is (140,122,29). Sum of RGB (Red+Green+Blue) = 140+122+29=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A1D is #7385E2. Grayscale: #757575. Windows color (decimal): -7570915 or 1931916. OLE color: 1931916.

HSL color Cylindrical-coordinate representation of color #8C7A1D: hue angle of 50.27º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C7A1D is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 122 29 -
CMYK 0 0.13 0.79 0.45
HSL 50.27º 0.66% 0.33% -
HSV(B) 50.27º 0.79% 0.55% -
XYZ 18 19.58 3.99 -
YUV 116.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 140 122 29 0 0.13 0.79 0.45 50.27 0.66 0.33
Hex 8C 7A 1D 0 D 4F 2D 32 42 21
Octal 214 172 35 0 15 117 55 62 102 41
Binary 10001100 1111010 11101 0 1101 1001111 101101 110010 1000010 100001

Color Harmonies of #8C7A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A1D

Black with #8C7A1D

Text Example


Text Example

White with #8C7A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,29); }

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

background-color css

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

 a { background-color: rgb(140,122,29); }

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

border-color css

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

 span { border-color: rgb(140,122,29); }

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