Html Css Color HEX #8A7C1C Lemon Ginger

📋 copy color: '#8A7C1C'

red 138 ◦ green 124 ◦ blue 28

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

Shades of Lemon Ginger #8A7C1C

Tints of Lemon Ginger #8A7C1C

RGB

 RED value IS 138 (54.3% from 255) = 47.59%

 GREEN value IS 124 (48.83% from 255) = 42.76%

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

R = 47.59%
G = 42.76%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#8A7C1C (or 0x8A7C1C) is known color: Lemon Ginger. HEX triplet: 8A, 7C and 1C. RGB value is (138,124,28). Sum of RGB (Red+Green+Blue) = 138+124+28=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C1C is #7583E3. Grayscale: #757575. Windows color (decimal): -7701476 or 1866890. OLE color: 1866890.

HSL color Cylindrical-coordinate representation of color #8A7C1C: hue angle of 52.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A7C1C is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 124 28 -
CMYK 0 0.10 0.80 0.46
HSL 52.36º 0.66% 0.33% -
HSV(B) 52.36º 0.8% 0.54% -
XYZ 17.9 19.9 4 -
YUV 117.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 138 124 28 0 0.10 0.80 0.46 52.36 0.66 0.33
Hex 8A 7C 1C 0 A 50 2E 34 42 21
Octal 212 174 34 0 12 120 56 64 102 41
Binary 10001010 1111100 11100 0 1010 1010000 101110 110100 1000010 100001

Color Harmonies of #8A7C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C1C

Black with #8A7C1C

Text Example


Text Example

White with #8A7C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,28); }

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

background-color css

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

 a { background-color: rgb(138,124,28); }

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

border-color css

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

 span { border-color: rgb(138,124,28); }

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