Html Css Color HEX #8A7C1A Lemon Ginger

📋 copy color: '#8A7C1A'

red 138 ◦ green 124 ◦ blue 26

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

Shades of Lemon Ginger #8A7C1A

Tints of Lemon Ginger #8A7C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 47.92%
G = 43.06%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A7C1A (or 0x8A7C1A) is known color: Lemon Ginger. HEX triplet: 8A, 7C and 1A. RGB value is (138,124,26). Sum of RGB (Red+Green+Blue) = 138+124+26=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C1A is #7583E5. Grayscale: #757575. Windows color (decimal): -7701478 or 1735818. OLE color: 1735818.

HSL color Cylindrical-coordinate representation of color #8A7C1A: hue angle of 52.5º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A7C1A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 124 26 -
CMYK 0 0.10 0.81 0.46
HSL 52.5º 0.68% 0.32% -
HSV(B) 52.5º 0.81% 0.54% -
XYZ 17.88 19.89 3.87 -
YUV 117.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 138 124 26 0 0.10 0.81 0.46 52.5 0.68 0.32
Hex 8A 7C 1A 0 A 51 2E 34 44 20
Octal 212 174 32 0 12 121 56 64 104 40
Binary 10001010 1111100 11010 0 1010 1010001 101110 110100 1000100 100000

Color Harmonies of #8A7C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C1A

Black with #8A7C1A

Text Example


Text Example

White with #8A7C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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