Html Css Color HEX #8A7C31 Lemon Ginger

📋 copy color: '#8A7C31'

red 138 ◦ green 124 ◦ blue 49

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

Shades of Lemon Ginger #8A7C31

Tints of Lemon Ginger #8A7C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 44.37%
G = 39.87%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A7C31 (or 0x8A7C31) is known color: Lemon Ginger. HEX triplet: 8A, 7C and 31. RGB value is (138,124,49). Sum of RGB (Red+Green+Blue) = 138+124+49=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C31 is #7583CE. Grayscale: #777777. Windows color (decimal): -7701455 or 3243146. OLE color: 3243146.

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

Color convert

RGB 138 124 49 -
CMYK 0 0.10 0.64 0.46
HSL 50.56º 0.48% 0.37% -
HSV(B) 50.56º 0.64% 0.54% -
XYZ 18.24 20.04 5.81 -
YUV 119.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 138 124 49 0 0.10 0.64 0.46 50.56 0.48 0.37
Hex 8A 7C 31 0 A 40 2E 33 30 25
Octal 212 174 61 0 12 100 56 63 60 45
Binary 10001010 1111100 110001 0 1010 1000000 101110 110011 110000 100101

Color Harmonies of #8A7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C31

Black with #8A7C31

Text Example


Text Example

White with #8A7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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