#887B4F

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

Shades of Clay Creek #887B4F

Tints of Clay Creek #887B4F

Color information

#887B4F (or 0x887B4F) is unknown color: approx Clay Creek. HEX triplet: 88, 7B and 4F. RGB value is (136,123,79). Sum of RGB (Red+Green+Blue) = 136+123+79=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #887B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B4F is #7784B0. Grayscale: #7A7A7A. Windows color (decimal): -7832753 or 5208968. OLE color: 5208968.

HSL color Cylindrical-coordinate representation of color #887B4F: hue angle of 46.32º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887B4F is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13612379-
CMYK00.100.420.47
HSL46.32º26.51%42.16%-
HSV(B)46.32º41.91%53.33%-
XYZ18.6519.9610.27-
YUV121.87103.81138.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=40.24%
G=36.39%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361237900.100.420.4746.3226.5142.16
Hex887B4F0A2A2F2e1b2a
Octal2101731170125257563352
Binary10001000111101110011110101010101010111110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,79); }

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

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

 a { background-color: rgb(136,123,79); }

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

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

 span { border-color: rgb(136,123,79); }

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