#88742A

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

Shades of Corn Harvest #88742A

Tints of Corn Harvest #88742A

Color information

#88742A (or 0x88742A) is unknown color: approx Corn Harvest. HEX triplet: 88, 74 and 2A. RGB value is (136,116,42). Sum of RGB (Red+Green+Blue) = 136+116+42=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88742A is #778BD5. Grayscale: #717171. Windows color (decimal): -7834582 or 2782344. OLE color: 2782344.

HSL color Cylindrical-coordinate representation of color #88742A: hue angle of 47.23º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88742A is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13611642-
CMYK00.150.690.47
HSL47.23º52.81%34.9%-
HSV(B)47.23º69.12%53.33%-
XYZ16.8217.894.76-
YUV113.5487.63144.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=46.26%
G=39.46%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361164200.150.690.4747.2352.8134.9
Hex88742A0F452F2f3523
Octal2101645201710557576543
Binary100010001110100101010011111000101101111101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88742A; }

 p { color: rgb(136,116,42); }

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

<style>
 a { background-color: #88742A; }

 a { background-color: rgb(136,116,42); }

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

<style>
 span { border-color: #88742A; }

 span { border-color: rgb(136,116,42); }

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