#887D4A

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

Shades of Clay Creek #887D4A

Tints of Clay Creek #887D4A

Color information

#887D4A (or 0x887D4A) is unknown color: approx Clay Creek. HEX triplet: 88, 7D and 4A. RGB value is (136,125,74). Sum of RGB (Red+Green+Blue) = 136+125+74=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #887D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D4A is #7782B5. Grayscale: #7A7A7A. Windows color (decimal): -7832246 or 4881800. OLE color: 4881800.

HSL color Cylindrical-coordinate representation of color #887D4A: hue angle of 49.35º 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 #887D4A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13612574-
CMYK00.080.460.47
HSL49.35º29.52%41.18%-
HSV(B)49.35º45.59%53.33%-
XYZ18.7220.49.43-
YUV122.48100.64137.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=40.60%
G=37.31%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361257400.080.460.4749.3529.5241.18
Hex887D4A082E2F311e29
Octal2101751120105657613651
Binary10001000111110110010100100010111010111111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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