Html Css Color HEX #886A2C Corn Harvest

📋 copy color: '#886A2C'

red 136 ◦ green 106 ◦ blue 44

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

Shades of Corn Harvest #886A2C

Tints of Corn Harvest #886A2C

RGB

 RED value IS 136 (53.52% from 255) = 47.55%

 GREEN value IS 106 (41.8% from 255) = 37.06%

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

R = 47.55%
G = 37.06%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#886A2C (or 0x886A2C) is known color: Corn Harvest. HEX triplet: 88, 6A and 2C. RGB value is (136,106,44). Sum of RGB (Red+Green+Blue) = 136+106+44=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #886A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A2C is #7795D3. Grayscale: #6C6C6C. Windows color (decimal): -7837140 or 2910856. OLE color: 2910856.

HSL color Cylindrical-coordinate representation of color #886A2C: hue angle of 40.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #886A2C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 44 -
CMYK 0 0.22 0.68 0.47
HSL 40.43º 0.51% 0.35% -
HSV(B) 40.43º 0.68% 0.53% -
XYZ 15.76 15.72 4.59 -
YUV 107.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 136 106 44 0 0.22 0.68 0.47 40.43 0.51 0.35
Hex 88 6A 2C 0 16 44 2F 28 33 23
Octal 210 152 54 0 26 104 57 50 63 43
Binary 10001000 1101010 101100 0 10110 1000100 101111 101000 110011 100011

Color Harmonies of #886A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A2C

Black with #886A2C

Text Example


Text Example

White with #886A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886A2C; }

 p { color: rgb(136,106,44); }

 H1.HeaderClassName
 {
   color: #886A2C;
 }
 .AnyTagClassName
 {
   color: #886A2C;
 }
</style>

background-color css

<style>
 a { background-color: #886A2C; }

 a { background-color: rgb(136,106,44); }

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

border-color css

<style>
 span { border-color: #886A2C; }

 span { border-color: rgb(136,106,44); }

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