#887330

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

Shades of Corn Harvest #887330

Tints of Corn Harvest #887330

Color information

#887330 (or 0x887330) is unknown color: approx Corn Harvest. HEX triplet: 88, 73 and 30. RGB value is (136,115,48). Sum of RGB (Red+Green+Blue) = 136+115+48=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #887330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887330 is #778CCF. Grayscale: #717171. Windows color (decimal): -7834832 or 3175304. OLE color: 3175304.

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

Color convert

RGB13611548-
CMYK00.150.650.47
HSL45.68º47.83%36.08%-
HSV(B)45.68º64.71%53.33%-
XYZ16.8217.715.33-
YUV113.6490.96143.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=45.48%
G=38.46%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361154800.150.650.4745.6847.8336.08
Hex8873300F412F2e3024
Octal2101636001710157566044
Binary100010001110011110000011111000001101111101110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887330; }

 p { color: rgb(136,115,48); }

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

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

 a { background-color: rgb(136,115,48); }

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

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

 span { border-color: rgb(136,115,48); }

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