#887E56

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

Shades of Clay Creek #887E56

Tints of Clay Creek #887E56

Color information

#887E56 (or 0x887E56) is unknown color: approx Clay Creek. HEX triplet: 88, 7E and 56. RGB value is (136,126,86). Sum of RGB (Red+Green+Blue) = 136+126+86=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E56 is #7781A9. Grayscale: #7C7C7C. Windows color (decimal): -7831978 or 5668488. OLE color: 5668488.

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

Color convert

RGB13612686-
CMYK00.070.370.47
HSL48º22.52%43.53%-
HSV(B)48º36.76%53.33%-
XYZ19.2920.8311.81-
YUV124.43106.31136.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=39.08%
G=36.21%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361268600.070.370.474822.5243.53
Hex887E5607252F30172c
Octal210176126074557602754
Binary1000100011111101010110011110010110111111000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,126,86); }

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

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

 a { background-color: rgb(136,126,86); }

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

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

 span { border-color: rgb(136,126,86); }

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