Html Css Color HEX #887040 Shadow

📋 copy color: '#887040'

red 136 ◦ green 112 ◦ blue 64

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

Shades of Shadow #887040

Tints of Shadow #887040

RGB

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

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

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

R = 43.59%
G = 35.9%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#887040 (or 0x887040) is known color: Shadow. HEX triplet: 88, 70 and 40. RGB value is (136,112,64). Sum of RGB (Red+Green+Blue) = 136+112+64=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #887040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887040 is #778FBF. Grayscale: #717171. Windows color (decimal): -7835584 or 4223112. OLE color: 4223112.

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

Color convert

RGB 136 112 64 -
CMYK 0 0.18 0.53 0.47
HSL 40º 0.36% 0.39% -
HSV(B) 40º 0.53% 0.53% -
XYZ 16.87 17.19 7.28 -
YUV 113.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 136 112 64 0 0.18 0.53 0.47 40 0.36 0.39
Hex 88 70 40 0 12 35 2F 28 24 27
Octal 210 160 100 0 22 65 57 50 44 47
Binary 10001000 1110000 1000000 0 10010 110101 101111 101000 100100 100111

Color Harmonies of #887040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887040

Black with #887040

Text Example


Text Example

White with #887040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887040; }

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

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

background-color css

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

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

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

border-color css

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

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

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