Html Css Color HEX #8A6E2E Corn Harvest

📋 copy color: '#8A6E2E'

red 138 ◦ green 110 ◦ blue 46

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

Shades of Corn Harvest #8A6E2E

Tints of Corn Harvest #8A6E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 46.94%
G = 37.41%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A6E2E (or 0x8A6E2E) is known color: Corn Harvest. HEX triplet: 8A, 6E and 2E. RGB value is (138,110,46). Sum of RGB (Red+Green+Blue) = 138+110+46=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6E2E is #7591D1. Grayscale: #6F6F6F. Windows color (decimal): -7705042 or 3042954. OLE color: 3042954.

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

Color convert

RGB 138 110 46 -
CMYK 0 0.20 0.67 0.46
HSL 41.74º 0.5% 0.36% -
HSV(B) 41.74º 0.67% 0.54% -
XYZ 16.55 16.75 4.95 -
YUV 111.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 138 110 46 0 0.20 0.67 0.46 41.74 0.5 0.36
Hex 8A 6E 2E 0 14 43 2E 2A 32 24
Octal 212 156 56 0 24 103 56 52 62 44
Binary 10001010 1101110 101110 0 10100 1000011 101110 101010 110010 100100

Color Harmonies of #8A6E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6E2E

Black with #8A6E2E

Text Example


Text Example

White with #8A6E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,46); }

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

background-color css

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

 a { background-color: rgb(138,110,46); }

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

border-color css

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

 span { border-color: rgb(138,110,46); }

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