#88713D

Color #88713D Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #88713D

Tints of Corn Harvest #88713D

Color information

#88713D (or 0x88713D) is unknown color: approx Corn Harvest. HEX triplet: 88, 71 and 3D. RGB value is (136,113,61). Sum of RGB (Red+Green+Blue) = 136+113+61=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88713D is #778EC2. Grayscale: #727272. Windows color (decimal): -7835331 or 4026760. OLE color: 4026760.

HSL color Cylindrical-coordinate representation of color #88713D: hue angle of 41.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88713D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB13611361-
CMYK00.170.550.47
HSL41.6º38.07%38.63%-
HSV(B)41.6º55.15%53.33%-
XYZ16.917.386.88-
YUV113.9598.12143.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=43.87%
G=36.45%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361136100.170.550.4741.638.0738.63
Hex88713D011372F2a2627
Octal210161750216757524647
Binary100010001110001111101010001110111101111101010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,113,61); }

 H1.HeaderClassName
 {
   color: #88713D;
 }
 .AnyTagClassName
 {
   color: #88713D;
 }
</style>
background-color css

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

 a { background-color: rgb(136,113,61); }

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

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

 span { border-color: rgb(136,113,61); }

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