#887B31

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

Shades of Corn Harvest #887B31

Tints of Corn Harvest #887B31

Color information

#887B31 (or 0x887B31) is unknown color: approx Corn Harvest. HEX triplet: 88, 7B and 31. RGB value is (136,123,49). Sum of RGB (Red+Green+Blue) = 136+123+49=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #887B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B31 is #7784CE. Grayscale: #767676. Windows color (decimal): -7832783 or 3242888. OLE color: 3242888.

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

Color convert

RGB13612349-
CMYK00.100.640.47
HSL51.03º47.03%36.27%-
HSV(B)51.03º63.97%53.33%-
XYZ17.7919.625.76-
YUV118.4588.81140.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=44.16%
G=39.94%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361234900.100.640.4751.0347.0336.27
Hex887B310A402F332f24
Octal2101736101210057635744
Binary100010001111011110001010101000000101111110011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887B31; }

 p { color: rgb(136,123,49); }

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

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

 a { background-color: rgb(136,123,49); }

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

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

 span { border-color: rgb(136,123,49); }

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