Html Css Color HEX #886B2A Corn Harvest

📋 copy color: '#886B2A'

red 136 ◦ green 107 ◦ blue 42

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

Shades of Corn Harvest #886B2A

Tints of Corn Harvest #886B2A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 47.72%
G = 37.54%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#886B2A (or 0x886B2A) is known color: Corn Harvest. HEX triplet: 88, 6B and 2A. RGB value is (136,107,42). Sum of RGB (Red+Green+Blue) = 136+107+42=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #886B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B2A is #7794D5. Grayscale: #6C6C6C. Windows color (decimal): -7836886 or 2780040. OLE color: 2780040.

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

Color convert

RGB 136 107 42 -
CMYK 0 0.21 0.69 0.47
HSL 41.49º 0.53% 0.35% -
HSV(B) 41.49º 0.69% 0.53% -
XYZ 15.83 15.92 4.43 -
YUV 108.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 136 107 42 0 0.21 0.69 0.47 41.49 0.53 0.35
Hex 88 6B 2A 0 15 45 2F 29 35 23
Octal 210 153 52 0 25 105 57 51 65 43
Binary 10001000 1101011 101010 0 10101 1000101 101111 101001 110101 100011

Color Harmonies of #886B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B2A

Black with #886B2A

Text Example


Text Example

White with #886B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,107,42); }

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

background-color css

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

 a { background-color: rgb(136,107,42); }

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

border-color css

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

 span { border-color: rgb(136,107,42); }

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