#887C49

Color #887C49 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #887C49

Tints of Clay Creek #887C49

Color information

#887C49 (or 0x887C49) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 49. RGB value is (136,124,73). Sum of RGB (Red+Green+Blue) = 136+124+73=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #887C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C49 is #7783B6. Grayscale: #797979. Windows color (decimal): -7832503 or 4816008. OLE color: 4816008.

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

Color convert

RGB13612473-
CMYK00.090.460.47
HSL48.57º30.14%40.98%-
HSV(B)48.57º46.32%53.33%-
XYZ18.5620.139.21-
YUV121.77100.48138.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=40.84%
G=37.24%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361247300.090.460.4748.5730.1440.98
Hex887C49092E2F311e29
Octal2101741110115657613651
Binary10001000111110010010010100110111010111111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887C49; }

 p { color: rgb(136,124,73); }

 H1.HeaderClassName
 {
   color: #887C49;
 }
 .AnyTagClassName
 {
   color: #887C49;
 }
</style>
background-color css

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

 a { background-color: rgb(136,124,73); }

 div.DivClassName
 {
   background-color: #887C49;
 }
 .BgClassName
 {
   background-color: #887C49;
 }
</style>
border-color css

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

 span { border-color: rgb(136,124,73); }

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