#887E5B

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

Shades of Clay Creek #887E5B

Tints of Clay Creek #887E5B

Color information

#887E5B (or 0x887E5B) is unknown color: approx Clay Creek. HEX triplet: 88, 7E and 5B. RGB value is (136,126,91). Sum of RGB (Red+Green+Blue) = 136+126+91=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E5B is #7781A4. Grayscale: #7D7D7D. Windows color (decimal): -7831973 or 5996168. OLE color: 5996168.

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

Color convert

RGB13612691-
CMYK00.070.330.47
HSL46.67º19.82%44.51%-
HSV(B)46.67º33.09%53.33%-
XYZ19.520.9112.91-
YUV125108.81135.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=38.53%
G=35.69%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361269100.070.330.4746.6719.8244.51
Hex887E5B07212F2f142d
Octal210176133074157572455
Binary1000100011111101011011011110000110111110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,126,91); }

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

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

 a { background-color: rgb(136,126,91); }

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

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

 span { border-color: rgb(136,126,91); }

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