#887B49

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

Shades of Clay Creek #887B49

Tints of Clay Creek #887B49

Color information

#887B49 (or 0x887B49) is unknown color: approx Clay Creek. HEX triplet: 88, 7B and 49. RGB value is (136,123,73). Sum of RGB (Red+Green+Blue) = 136+123+73=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #887B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B49 is #7784B6. Grayscale: #797979. Windows color (decimal): -7832759 or 4815752. OLE color: 4815752.

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

Color convert

RGB13612373-
CMYK00.100.460.47
HSL47.62º30.14%40.98%-
HSV(B)47.62º46.32%53.33%-
XYZ18.4419.889.17-
YUV121.19100.81138.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 123 (48.44% from 255) = 37.05%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=40.96%
G=37.05%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361237300.100.460.4747.6230.1440.98
Hex887B490A2E2F301e29
Octal2101731110125657603651
Binary10001000111101110010010101010111010111111000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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