Html Css Color HEX #887140 Shadow

📋 copy color: '#887140'

red 136 ◦ green 113 ◦ blue 64

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

Shades of Shadow #887140

Tints of Shadow #887140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 43.45%
G = 36.1%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#887140 (or 0x887140) is known color: Shadow. HEX triplet: 88, 71 and 40. RGB value is (136,113,64). Sum of RGB (Red+Green+Blue) = 136+113+64=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #887140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887140 is #778EBF. Grayscale: #727272. Windows color (decimal): -7835328 or 4223368. OLE color: 4223368.

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

Color convert

RGB 136 113 64 -
CMYK 0 0.17 0.53 0.47
HSL 40.83º 0.36% 0.39% -
HSV(B) 40.83º 0.53% 0.53% -
XYZ 16.98 17.41 7.32 -
YUV 114.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 136 113 64 0 0.17 0.53 0.47 40.83 0.36 0.39
Hex 88 71 40 0 11 35 2F 29 24 27
Octal 210 161 100 0 21 65 57 51 44 47
Binary 10001000 1110001 1000000 0 10001 110101 101111 101001 100100 100111

Color Harmonies of #887140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887140

Black with #887140

Text Example


Text Example

White with #887140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887140; }

 p { color: rgb(136,113,64); }

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

background-color css

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

 a { background-color: rgb(136,113,64); }

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

border-color css

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

 span { border-color: rgb(136,113,64); }

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