#887F57

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

Shades of Clay Creek #887F57

Tints of Clay Creek #887F57

Color information

#887F57 (or 0x887F57) is unknown color: approx Clay Creek. HEX triplet: 88, 7F and 57. RGB value is (136,127,87). Sum of RGB (Red+Green+Blue) = 136+127+87=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #887F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F57 is #7780A8. Grayscale: #7D7D7D. Windows color (decimal): -7831721 or 5734280. OLE color: 5734280.

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

Color convert

RGB13612787-
CMYK00.070.360.47
HSL48.98º21.97%43.73%-
HSV(B)48.98º36.03%53.33%-
XYZ19.4621.112.06-
YUV125.13106.48135.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=38.86%
G=36.29%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361278700.070.360.4748.9821.9743.73
Hex887F5707242F31162c
Octal210177127074457612654
Binary1000100011111111010111011110010010111111000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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