#887C56

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

Shades of Clay Creek #887C56

Tints of Clay Creek #887C56

Color information

#887C56 (or 0x887C56) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 56. RGB value is (136,124,86). Sum of RGB (Red+Green+Blue) = 136+124+86=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #887C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C56 is #7783A9. Grayscale: #7B7B7B. Windows color (decimal): -7832490 or 5667976. OLE color: 5667976.

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

Color convert

RGB13612486-
CMYK00.090.370.47
HSL45.6º22.52%43.53%-
HSV(B)45.6º36.76%53.33%-
XYZ19.0420.3211.72-
YUV123.26106.98137.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=39.31%
G=35.84%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361248600.090.370.4745.622.5243.53
Hex887C5609252F2e172c
Octal2101741260114557562754
Binary10001000111110010101100100110010110111110111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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