#887F54

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

Shades of Clay Creek #887F54

Tints of Clay Creek #887F54

Color information

#887F54 (or 0x887F54) is unknown color: approx Clay Creek. HEX triplet: 88, 7F and 54. RGB value is (136,127,84). Sum of RGB (Red+Green+Blue) = 136+127+84=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #887F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F54 is #7780AB. Grayscale: #7C7C7C. Windows color (decimal): -7831724 or 5537672. OLE color: 5537672.

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

Color convert

RGB13612784-
CMYK00.070.380.47
HSL49.62º23.64%43.14%-
HSV(B)49.62º38.24%53.33%-
XYZ19.3421.0511.43-
YUV124.79104.98136-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=39.19%
G=36.60%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361278400.070.380.4749.6223.6443.14
Hex887F5407262F32182b
Octal210177124074657623053
Binary1000100011111111010100011110011010111111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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