#887C4D

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

Shades of Clay Creek #887C4D

Tints of Clay Creek #887C4D

Color information

#887C4D (or 0x887C4D) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 4D. RGB value is (136,124,77). Sum of RGB (Red+Green+Blue) = 136+124+77=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #887C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C4D is #7783B2. Grayscale: #7A7A7A. Windows color (decimal): -7832499 or 5078152. OLE color: 5078152.

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

Color convert

RGB13612477-
CMYK00.090.430.47
HSL47.8º27.7%41.76%-
HSV(B)47.8º43.38%53.33%-
XYZ18.720.199.93-
YUV122.23102.48137.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=40.36%
G=36.80%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361247700.090.430.4747.827.741.76
Hex887C4D092B2F301c2a
Octal2101741150115357603452
Binary10001000111110010011010100110101110111111000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,77); }

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

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

 a { background-color: rgb(136,124,77); }

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

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

 span { border-color: rgb(136,124,77); }

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