#887B50

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

Shades of Clay Creek #887B50

Tints of Clay Creek #887B50

Color information

#887B50 (or 0x887B50) is unknown color: approx Clay Creek. HEX triplet: 88, 7B and 50. RGB value is (136,123,80). Sum of RGB (Red+Green+Blue) = 136+123+80=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #887B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B50 is #7784AF. Grayscale: #7A7A7A. Windows color (decimal): -7832752 or 5274504. OLE color: 5274504.

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

Color convert

RGB13612380-
CMYK00.100.410.47
HSL46.07º25.93%42.35%-
HSV(B)46.07º41.18%53.33%-
XYZ18.6819.9810.46-
YUV121.98104.31138-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=40.12%
G=36.28%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361238000.100.410.4746.0725.9342.35
Hex887B500A292F2e1a2a
Octal2101731200125157563252
Binary10001000111101110100000101010100110111110111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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