#887A44

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

Shades of Clay Creek #887A44

Tints of Clay Creek #887A44

Color information

#887A44 (or 0x887A44) is unknown color: approx Clay Creek. HEX triplet: 88, 7A and 44. RGB value is (136,122,68). Sum of RGB (Red+Green+Blue) = 136+122+68=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #887A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A44 is #7785BB. Grayscale: #787878. Windows color (decimal): -7833020 or 4487816. OLE color: 4487816.

HSL color Cylindrical-coordinate representation of color #887A44: hue angle of 47.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #887A44 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13612268-
CMYK00.100.500.47
HSL47.65º33.33%40%-
HSV(B)47.65º50%53.33%-
XYZ18.1619.578.29-
YUV120.0398.64139.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=41.72%
G=37.42%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361226800.100.500.4747.6533.3340
Hex887A440A322F302128
Octal2101721040126257604150
Binary100010001111010100010001010110010101111110000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,122,68); }

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

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

 a { background-color: rgb(136,122,68); }

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

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

 span { border-color: rgb(136,122,68); }

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