#887D5A

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

Shades of Clay Creek #887D5A

Tints of Clay Creek #887D5A

Color information

#887D5A (or 0x887D5A) is unknown color: approx Clay Creek. HEX triplet: 88, 7D and 5A. RGB value is (136,125,90). Sum of RGB (Red+Green+Blue) = 136+125+90=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #887D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D5A is #7782A5. Grayscale: #7C7C7C. Windows color (decimal): -7832230 or 5930376. OLE color: 5930376.

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

Color convert

RGB13612590-
CMYK00.080.340.47
HSL45.65º20.35%44.31%-
HSV(B)45.65º33.82%53.33%-
XYZ19.3320.6412.64-
YUV124.3108.64136.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=38.75%
G=35.61%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361259000.080.340.4745.6520.3544.31
Hex887D5A08222F2e142c
Octal2101751320104257562454
Binary10001000111110110110100100010001010111110111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,125,90); }

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

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

 a { background-color: rgb(136,125,90); }

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

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

 span { border-color: rgb(136,125,90); }

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