#887C58

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

Shades of Clay Creek #887C58

Tints of Clay Creek #887C58

Color information

#887C58 (or 0x887C58) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 58. RGB value is (136,124,88). Sum of RGB (Red+Green+Blue) = 136+124+88=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C58 is #7783A7. Grayscale: #7B7B7B. Windows color (decimal): -7832488 or 5799048. OLE color: 5799048.

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

Color convert

RGB13612488-
CMYK00.090.350.47
HSL45º21.43%43.92%-
HSV(B)45º35.29%53.33%-
XYZ19.1220.3512.15-
YUV123.48107.98136.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=39.08%
G=35.63%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361248800.090.350.474521.4343.92
Hex887C5809232F2d152c
Octal2101741300114357552554
Binary10001000111110010110000100110001110111110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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