Html Css Color HEX #887142 Shadow

📋 copy color: '#887142'

red 136 ◦ green 113 ◦ blue 66

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

Shades of Shadow #887142

Tints of Shadow #887142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 43.17%
G = 35.87%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#887142 (or 0x887142) is known color: Shadow. HEX triplet: 88, 71 and 42. RGB value is (136,113,66). Sum of RGB (Red+Green+Blue) = 136+113+66=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #887142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887142 is #778EBD. Grayscale: #727272. Windows color (decimal): -7835326 or 4354440. OLE color: 4354440.

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

Color convert

RGB 136 113 66 -
CMYK 0 0.17 0.51 0.47
HSL 40.29º 0.35% 0.4% -
HSV(B) 40.29º 0.51% 0.53% -
XYZ 17.04 17.44 7.62 -
YUV 114.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 136 113 66 0 0.17 0.51 0.47 40.29 0.35 0.4
Hex 88 71 42 0 11 33 2F 28 23 28
Octal 210 161 102 0 21 63 57 50 43 50
Binary 10001000 1110001 1000010 0 10001 110011 101111 101000 100011 101000

Color Harmonies of #887142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887142

Black with #887142

Text Example


Text Example

White with #887142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887142; }

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

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

background-color css

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

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

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

border-color css

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

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

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