#887C45

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

Shades of Clay Creek #887C45

Tints of Clay Creek #887C45

Color information

#887C45 (or 0x887C45) is unknown color: approx Clay Creek. HEX triplet: 88, 7C and 45. RGB value is (136,124,69). Sum of RGB (Red+Green+Blue) = 136+124+69=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #887C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C45 is #7783BA. Grayscale: #797979. Windows color (decimal): -7832507 or 4553864. OLE color: 4553864.

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

Color convert

RGB13612469-
CMYK00.090.490.47
HSL49.25º32.68%40.2%-
HSV(B)49.25º49.26%53.33%-
XYZ18.4420.088.53-
YUV121.3298.48138.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=41.34%
G=37.69%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361246900.090.490.4749.2532.6840.2
Hex887C4509312F312128
Octal2101741050116157614150
Binary100010001111100100010101001110001101111110001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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