#88762B

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

Shades of Corn Harvest #88762B

Tints of Corn Harvest #88762B

Color information

#88762B (or 0x88762B) is unknown color: approx Corn Harvest. HEX triplet: 88, 76 and 2B. RGB value is (136,118,43). Sum of RGB (Red+Green+Blue) = 136+118+43=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88762B is #7789D4. Grayscale: #737373. Windows color (decimal): -7834069 or 2848392. OLE color: 2848392.

HSL color Cylindrical-coordinate representation of color #88762B: hue angle of 48.39º 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 #88762B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13611843-
CMYK00.130.680.47
HSL48.39º51.96%35.1%-
HSV(B)48.39º68.38%53.33%-
XYZ17.0718.374.93-
YUV114.8387.46143.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 43 (17.19% from 255) = 14.48%
R=45.79%
G=39.73%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361184300.130.680.4748.3951.9635.1
Hex88762B0D442F303423
Octal2101665301510457606443
Binary100010001110110101011011011000100101111110000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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