#88752B

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

Shades of Corn Harvest #88752B

Tints of Corn Harvest #88752B

Color information

#88752B (or 0x88752B) is unknown color: approx Corn Harvest. HEX triplet: 88, 75 and 2B. RGB value is (136,117,43). Sum of RGB (Red+Green+Blue) = 136+117+43=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88752B is #778AD4. Grayscale: #727272. Windows color (decimal): -7834325 or 2848136. OLE color: 2848136.

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

Color convert

RGB13611743-
CMYK00.140.680.47
HSL47.74º51.96%35.1%-
HSV(B)47.74º68.38%53.33%-
XYZ16.9518.134.89-
YUV114.2487.79143.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=45.95%
G=39.53%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361174300.140.680.4747.7451.9635.1
Hex88752B0E442F303423
Octal2101655301610457606443
Binary100010001110101101011011101000100101111110000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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