Html Css Color HEX #887448 Shadow

📋 copy color: '#887448'

red 136 ◦ green 116 ◦ blue 72

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

Shades of Shadow #887448

Tints of Shadow #887448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 41.98%
G = 35.8%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#887448 (or 0x887448) is known color: Shadow. HEX triplet: 88, 74 and 48. RGB value is (136,116,72). Sum of RGB (Red+Green+Blue) = 136+116+72=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #887448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887448 is #778BB7. Grayscale: #757575. Windows color (decimal): -7834552 or 4748424. OLE color: 4748424.

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

Color convert

RGB 136 116 72 -
CMYK 0 0.15 0.47 0.47
HSL 41.25º 0.31% 0.41% -
HSV(B) 41.25º 0.47% 0.53% -
XYZ 17.57 18.19 8.72 -
YUV 116.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 136 116 72 0 0.15 0.47 0.47 41.25 0.31 0.41
Hex 88 74 48 0 F 2F 2F 29 1F 29
Octal 210 164 110 0 17 57 57 51 37 51
Binary 10001000 1110100 1001000 0 1111 101111 101111 101001 11111 101001

Color Harmonies of #887448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887448

Black with #887448

Text Example


Text Example

White with #887448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887448; }

 p { color: rgb(136,116,72); }

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

background-color css

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

 a { background-color: rgb(136,116,72); }

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

border-color css

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

 span { border-color: rgb(136,116,72); }

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