#887855

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

Shades of Clay Creek #887855

Tints of Clay Creek #887855

Color information

#887855 (or 0x887855) is unknown color: approx Clay Creek. HEX triplet: 88, 78 and 55. RGB value is (136,120,85). Sum of RGB (Red+Green+Blue) = 136+120+85=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #887855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887855 is #7787AA. Grayscale: #787878. Windows color (decimal): -7833515 or 5601416. OLE color: 5601416.

HSL color Cylindrical-coordinate representation of color #887855: hue angle of 41.18º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887855 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13612085-
CMYK00.120.380.47
HSL41.18º23.08%43.33%-
HSV(B)41.18º37.5%53.33%-
XYZ18.5119.3211.35-
YUV120.79107.8138.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=39.88%
G=35.19%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361208500.120.380.4741.1823.0843.33
Hex8878550C262F29172b
Octal2101701250144657512753
Binary10001000111100010101010110010011010111110100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887855; }

 p { color: rgb(136,120,85); }

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

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

 a { background-color: rgb(136,120,85); }

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

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

 span { border-color: rgb(136,120,85); }

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