#88713C

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

Shades of Corn Harvest #88713C

Tints of Corn Harvest #88713C

Color information

#88713C (or 0x88713C) is unknown color: approx Corn Harvest. HEX triplet: 88, 71 and 3C. RGB value is (136,113,60). Sum of RGB (Red+Green+Blue) = 136+113+60=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88713C is #778EC3. Grayscale: #727272. Windows color (decimal): -7835332 or 3961224. OLE color: 3961224.

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

Color convert

RGB13611360-
CMYK00.170.560.47
HSL41.84º38.78%38.43%-
HSV(B)41.84º55.88%53.33%-
XYZ16.8717.376.74-
YUV113.8497.62143.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=44.01%
G=36.57%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361136000.170.560.4741.8438.7838.43
Hex88713C011382F2a2726
Octal210161740217057524746
Binary100010001110001111100010001111000101111101010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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