Html Css Color HEX #88682D Corn Harvest

📋 copy color: '#88682D'

red 136 ◦ green 104 ◦ blue 45

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

Shades of Corn Harvest #88682D

Tints of Corn Harvest #88682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 47.72%
G = 36.49%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88682D (or 0x88682D) is known color: Corn Harvest. HEX triplet: 88, 68 and 2D. RGB value is (136,104,45). Sum of RGB (Red+Green+Blue) = 136+104+45=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88682D is #7797D2. Grayscale: #6B6B6B. Windows color (decimal): -7837651 or 2975880. OLE color: 2975880.

HSL color Cylindrical-coordinate representation of color #88682D: hue angle of 38.9º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88682D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 104 45 -
CMYK 0 0.24 0.67 0.47
HSL 38.9º 0.5% 0.35% -
HSV(B) 38.9º 0.67% 0.53% -
XYZ 15.58 15.32 4.62 -
YUV 106.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 136 104 45 0 0.24 0.67 0.47 38.9 0.5 0.35
Hex 88 68 2D 0 18 43 2F 27 32 23
Octal 210 150 55 0 30 103 57 47 62 43
Binary 10001000 1101000 101101 0 11000 1000011 101111 100111 110010 100011

Color Harmonies of #88682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88682D

Black with #88682D

Text Example


Text Example

White with #88682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88682D; }

 p { color: rgb(136,104,45); }

 H1.HeaderClassName
 {
   color: #88682D;
 }
 .AnyTagClassName
 {
   color: #88682D;
 }
</style>

background-color css

<style>
 a { background-color: #88682D; }

 a { background-color: rgb(136,104,45); }

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

border-color css

<style>
 span { border-color: #88682D; }

 span { border-color: rgb(136,104,45); }

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