Html Css Color HEX #8A772C Corn Harvest

📋 copy color: '#8A772C'

red 138 ◦ green 119 ◦ blue 44

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

Shades of Corn Harvest #8A772C

Tints of Corn Harvest #8A772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 45.85%
G = 39.53%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A772C (or 0x8A772C) is known color: Corn Harvest. HEX triplet: 8A, 77 and 2C. RGB value is (138,119,44). Sum of RGB (Red+Green+Blue) = 138+119+44=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A772C is #7588D3. Grayscale: #747474. Windows color (decimal): -7702740 or 2914186. OLE color: 2914186.

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

Color convert

RGB 138 119 44 -
CMYK 0 0.14 0.68 0.46
HSL 47.87º 0.52% 0.36% -
HSV(B) 47.87º 0.68% 0.54% -
XYZ 17.53 18.78 5.08 -
YUV 116.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 138 119 44 0 0.14 0.68 0.46 47.87 0.52 0.36
Hex 8A 77 2C 0 E 44 2E 30 34 24
Octal 212 167 54 0 16 104 56 60 64 44
Binary 10001010 1110111 101100 0 1110 1000100 101110 110000 110100 100100

Color Harmonies of #8A772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A772C

Black with #8A772C

Text Example


Text Example

White with #8A772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,44); }

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

background-color css

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

 a { background-color: rgb(138,119,44); }

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

border-color css

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

 span { border-color: rgb(138,119,44); }

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