Html Css Color HEX #887031 Corn Harvest

📋 copy color: '#887031'

red 136 ◦ green 112 ◦ blue 49

#887031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #887031

Tints of Corn Harvest #887031

RGB

 RED value IS 136 (53.52% from 255) = 45.79%

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 45.79%
G = 37.71%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#887031 (or 0x887031) is known color: Corn Harvest. HEX triplet: 88, 70 and 31. RGB value is (136,112,49). Sum of RGB (Red+Green+Blue) = 136+112+49=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #887031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887031 is #778FCE. Grayscale: #707070. Windows color (decimal): -7835599 or 3240072. OLE color: 3240072.

HSL color Cylindrical-coordinate representation of color #887031: hue angle of 43.45º 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 #887031 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 49 -
CMYK 0 0.18 0.64 0.47
HSL 43.45º 0.47% 0.36% -
HSV(B) 43.45º 0.64% 0.53% -
XYZ 16.5 17.04 5.33 -
YUV 111.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 136 112 49 0 0.18 0.64 0.47 43.45 0.47 0.36
Hex 88 70 31 0 12 40 2F 2B 2F 24
Octal 210 160 61 0 22 100 57 53 57 44
Binary 10001000 1110000 110001 0 10010 1000000 101111 101011 101111 100100

Color Harmonies of #887031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887031

Black with #887031

Text Example


Text Example

White with #887031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887031; }

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

 H1.HeaderClassName
 {
   color: #887031;
 }
 .AnyTagClassName
 {
   color: #887031;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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