#887D57

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

Shades of Clay Creek #887D57

Tints of Clay Creek #887D57

Color information

#887D57 (or 0x887D57) is unknown color: approx Clay Creek. HEX triplet: 88, 7D and 57. RGB value is (136,125,87). Sum of RGB (Red+Green+Blue) = 136+125+87=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D57 is #7782A8. Grayscale: #7C7C7C. Windows color (decimal): -7832233 or 5733768. OLE color: 5733768.

HSL color Cylindrical-coordinate representation of color #887D57: hue angle of 46.53º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #887D57 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13612587-
CMYK00.080.360.47
HSL46.53º21.97%43.73%-
HSV(B)46.53º36.03%53.33%-
XYZ19.2120.5911.98-
YUV123.96107.14136.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 87 (34.38% from 255) = 25%
R=39.08%
G=35.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361258700.080.360.4746.5321.9743.73
Hex887D5708242F2f162c
Octal2101751270104457572654
Binary10001000111110110101110100010010010111110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,125,87); }

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

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

 a { background-color: rgb(136,125,87); }

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

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

 span { border-color: rgb(136,125,87); }

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