#887C5D

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

Shades of Clay Creek #887C5D

Tints of Clay Creek #887C5D

Color information

#887C5D (or 0x887C5D) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 5D. RGB value is (136,124,93). Sum of RGB (Red+Green+Blue) = 136+124+93=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C5D is #7783A2. Grayscale: #7C7C7C. Windows color (decimal): -7832483 or 6126728. OLE color: 6126728.

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

Color convert

RGB13612493-
CMYK00.090.320.47
HSL43.26º18.78%44.9%-
HSV(B)43.26º31.62%53.33%-
XYZ19.3420.4413.28-
YUV124.05110.48136.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=38.53%
G=35.13%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361249300.090.320.4743.2618.7844.9
Hex887C5D09202F2b132d
Octal2101741350114057532355
Binary10001000111110010111010100110000010111110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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