Html Css Color HEX #887348 Shadow

📋 copy color: '#887348'

red 136 ◦ green 115 ◦ blue 72

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

Shades of Shadow #887348

Tints of Shadow #887348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 42.11%
G = 35.6%
B = 22.29%

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

#887348 (or 0x887348) is known color: Shadow. HEX triplet: 88, 73 and 48. RGB value is (136,115,72). Sum of RGB (Red+Green+Blue) = 136+115+72=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #887348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887348 is #778CB7. Grayscale: #747474. Windows color (decimal): -7834808 or 4748168. OLE color: 4748168.

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

Color convert

RGB 136 115 72 -
CMYK 0 0.15 0.47 0.47
HSL 40.31º 0.31% 0.41% -
HSV(B) 40.31º 0.47% 0.53% -
XYZ 17.45 17.96 8.68 -
YUV 116.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 136 115 72 0 0.15 0.47 0.47 40.31 0.31 0.41
Hex 88 73 48 0 F 2F 2F 28 1F 29
Octal 210 163 110 0 17 57 57 50 37 51
Binary 10001000 1110011 1001000 0 1111 101111 101111 101000 11111 101001

Color Harmonies of #887348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887348

Black with #887348

Text Example


Text Example

White with #887348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887348; }

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

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

background-color css

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

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

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

border-color css

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

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

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