#887F5B

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

Shades of Clay Creek #887F5B

Tints of Clay Creek #887F5B

Color information

#887F5B (or 0x887F5B) is unknown color: approx Clay Creek. HEX triplet: 88, 7F and 5B. RGB value is (136,127,91). Sum of RGB (Red+Green+Blue) = 136+127+91=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #887F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F5B is #7780A4. Grayscale: #7D7D7D. Windows color (decimal): -7831717 or 5996424. OLE color: 5996424.

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

Color convert

RGB13612791-
CMYK00.070.330.47
HSL48º19.82%44.51%-
HSV(B)48º33.09%53.33%-
XYZ19.6321.1712.95-
YUV125.59108.48135.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=38.42%
G=35.88%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361279100.070.330.474819.8244.51
Hex887F5B07212F30142d
Octal210177133074157602455
Binary1000100011111111011011011110000110111111000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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