#887F51

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

Shades of Clay Creek #887F51

Tints of Clay Creek #887F51

Color information

#887F51 (or 0x887F51) is unknown color: approx Clay Creek. HEX triplet: 88, 7F and 51. RGB value is (136,127,81). Sum of RGB (Red+Green+Blue) = 136+127+81=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #887F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F51 is #7780AE. Grayscale: #7C7C7C. Windows color (decimal): -7831727 or 5341064. OLE color: 5341064.

HSL color Cylindrical-coordinate representation of color #887F51: hue angle of 50.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887F51 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13612781-
CMYK00.070.400.47
HSL50.18º25.35%42.55%-
HSV(B)50.18º40.44%53.33%-
XYZ19.2321.0110.83-
YUV124.45103.48136.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=39.53%
G=36.92%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361278100.070.400.4750.1825.3542.55
Hex887F5107282F32192b
Octal210177121075057623153
Binary1000100011111111010001011110100010111111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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