#887C5C

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

Shades of Clay Creek #887C5C

Tints of Clay Creek #887C5C

Color information

#887C5C (or 0x887C5C) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 5C. RGB value is (136,124,92). Sum of RGB (Red+Green+Blue) = 136+124+92=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C5C is #7783A3. Grayscale: #7C7C7C. Windows color (decimal): -7832484 or 6061192. OLE color: 6061192.

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

Color convert

RGB13612492-
CMYK00.090.320.47
HSL43.64º19.3%44.71%-
HSV(B)43.64º32.35%53.33%-
XYZ19.2920.4213.05-
YUV123.94109.98136.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=38.64%
G=35.23%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361249200.090.320.4743.6419.344.71
Hex887C5C09202F2c132d
Octal2101741340114057542355
Binary10001000111110010111000100110000010111110110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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