#887C5F

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

Shades of Clay Creek #887C5F

Tints of Clay Creek #887C5F

Color information

#887C5F (or 0x887C5F) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 5F. RGB value is (136,124,95). Sum of RGB (Red+Green+Blue) = 136+124+95=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #887C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C5F is #7783A0. Grayscale: #7C7C7C. Windows color (decimal): -7832481 or 6257800. OLE color: 6257800.

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

Color convert

RGB13612495-
CMYK00.090.300.47
HSL42.44º17.75%45.29%-
HSV(B)42.44º30.15%53.33%-
XYZ19.4320.4813.75-
YUV124.28111.48136.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=38.31%
G=34.93%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361249500.090.300.4742.4417.7545.29
Hex887C5F091E2F2a122d
Octal2101741370113657522255
Binary1000100011111001011111010011111010111110101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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