Html Css Color HEX #886C28 Corn Harvest

📋 copy color: '#886C28'

red 136 ◦ green 108 ◦ blue 40

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

Shades of Corn Harvest #886C28

Tints of Corn Harvest #886C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 47.89%
G = 38.03%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#886C28 (or 0x886C28) is known color: Corn Harvest. HEX triplet: 88, 6C and 28. RGB value is (136,108,40). Sum of RGB (Red+Green+Blue) = 136+108+40=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #886C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C28 is #7793D7. Grayscale: #6C6C6C. Windows color (decimal): -7836632 or 2649224. OLE color: 2649224.

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

Color convert

RGB 136 108 40 -
CMYK 0 0.21 0.71 0.47
HSL 42.5º 0.55% 0.35% -
HSV(B) 42.5º 0.71% 0.53% -
XYZ 15.9 16.11 4.28 -
YUV 108.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 136 108 40 0 0.21 0.71 0.47 42.5 0.55 0.35
Hex 88 6C 28 0 15 47 2F 2A 37 23
Octal 210 154 50 0 25 107 57 52 67 43
Binary 10001000 1101100 101000 0 10101 1000111 101111 101010 110111 100011

Color Harmonies of #886C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C28

Black with #886C28

Text Example


Text Example

White with #886C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,108,40); }

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

background-color css

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

 a { background-color: rgb(136,108,40); }

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

border-color css

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

 span { border-color: rgb(136,108,40); }

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