Html Css Color HEX #887248 Shadow

📋 copy color: '#887248'

red 136 ◦ green 114 ◦ blue 72

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

Shades of Shadow #887248

Tints of Shadow #887248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 42.24%
G = 35.4%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#887248 (or 0x887248) is known color: Shadow. HEX triplet: 88, 72 and 48. RGB value is (136,114,72). Sum of RGB (Red+Green+Blue) = 136+114+72=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #887248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887248 is #778DB7. Grayscale: #737373. Windows color (decimal): -7835064 or 4747912. OLE color: 4747912.

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

Color convert

RGB 136 114 72 -
CMYK 0 0.16 0.47 0.47
HSL 39.38º 0.31% 0.41% -
HSV(B) 39.38º 0.47% 0.53% -
XYZ 17.34 17.74 8.64 -
YUV 115.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 136 114 72 0 0.16 0.47 0.47 39.38 0.31 0.41
Hex 88 72 48 0 10 2F 2F 27 1F 29
Octal 210 162 110 0 20 57 57 47 37 51
Binary 10001000 1110010 1001000 0 10000 101111 101111 100111 11111 101001

Color Harmonies of #887248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887248

Black with #887248

Text Example


Text Example

White with #887248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887248; }

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

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

background-color css

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

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

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

border-color css

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

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

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