#887D5B

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

Shades of Clay Creek #887D5B

Tints of Clay Creek #887D5B

Color information

#887D5B (or 0x887D5B) is unknown color: approx Clay Creek. HEX triplet: 88, 7D and 5B. RGB value is (136,125,91). Sum of RGB (Red+Green+Blue) = 136+125+91=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D5B is #7782A4. Grayscale: #7C7C7C. Windows color (decimal): -7832229 or 5995912. OLE color: 5995912.

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

Color convert

RGB13612591-
CMYK00.080.330.47
HSL45.33º19.82%44.51%-
HSV(B)45.33º33.09%53.33%-
XYZ19.3820.6612.86-
YUV124.41109.14136.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=38.64%
G=35.51%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361259100.080.330.4745.3319.8244.51
Hex887D5B08212F2d142d
Octal2101751330104157552455
Binary10001000111110110110110100010000110111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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