#88702B

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

Shades of Corn Harvest #88702B

Tints of Corn Harvest #88702B

Color information

#88702B (or 0x88702B) is unknown color: approx Corn Harvest. HEX triplet: 88, 70 and 2B. RGB value is (136,112,43). Sum of RGB (Red+Green+Blue) = 136+112+43=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #88702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88702B is #778FD4. Grayscale: #6F6F6F. Windows color (decimal): -7835605 or 2846856. OLE color: 2846856.

HSL color Cylindrical-coordinate representation of color #88702B: hue angle of 44.52º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88702B is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13611243-
CMYK00.180.680.47
HSL44.52º51.96%35.1%-
HSV(B)44.52º68.38%53.33%-
XYZ16.38174.7-
YUV111.3189.45145.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=46.74%
G=38.49%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361124300.180.680.4744.5251.9635.1
Hex88702B012442F2d3423
Octal2101605302210457556443
Binary1000100011100001010110100101000100101111101101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88702B; }

 p { color: rgb(136,112,43); }

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

<style>
 a { background-color: #88702B; }

 a { background-color: rgb(136,112,43); }

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

<style>
 span { border-color: #88702B; }

 span { border-color: rgb(136,112,43); }

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