Html Css Color HEX #887450 Shadow

📋 copy color: '#887450'

red 136 ◦ green 116 ◦ blue 80

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

Shades of Shadow #887450

Tints of Shadow #887450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 40.96%
G = 34.94%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#887450 (or 0x887450) is known color: Shadow. HEX triplet: 88, 74 and 50. RGB value is (136,116,80). Sum of RGB (Red+Green+Blue) = 136+116+80=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #887450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887450 is #778BAF. Grayscale: #767676. Windows color (decimal): -7834544 or 5272712. OLE color: 5272712.

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

Color convert

RGB 136 116 80 -
CMYK 0 0.15 0.41 0.47
HSL 38.57º 0.26% 0.42% -
HSV(B) 38.57º 0.41% 0.53% -
XYZ 17.85 18.3 10.18 -
YUV 117.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 136 116 80 0 0.15 0.41 0.47 38.57 0.26 0.42
Hex 88 74 50 0 F 29 2F 27 1A 2A
Octal 210 164 120 0 17 51 57 47 32 52
Binary 10001000 1110100 1010000 0 1111 101001 101111 100111 11010 101010

Color Harmonies of #887450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887450

Black with #887450

Text Example


Text Example

White with #887450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887450; }

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

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

background-color css

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

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

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

border-color css

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

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

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