#888057

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

Shades of Clay Creek #888057

Tints of Clay Creek #888057

Color information

#888057 (or 0x888057) is unknown color: approx Clay Creek. HEX triplet: 88, 80 and 57. RGB value is (136,128,87). Sum of RGB (Red+Green+Blue) = 136+128+87=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #888057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888057 is #777FA8. Grayscale: #7D7D7D. Windows color (decimal): -7831465 or 5734536. OLE color: 5734536.

HSL color Cylindrical-coordinate representation of color #888057: hue angle of 50.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #888057 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13612887-
CMYK00.060.360.47
HSL50.2º21.97%43.73%-
HSV(B)50.2º36.03%53.33%-
XYZ19.5921.3612.11-
YUV125.72106.15135.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=38.75%
G=36.47%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361288700.060.360.4750.221.9743.73
Hex88805706242F32162c
Octal210200127064457622654
Binary10001000100000001010111011010010010111111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888057; }

 p { color: rgb(136,128,87); }

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

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

 a { background-color: rgb(136,128,87); }

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

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

 span { border-color: rgb(136,128,87); }

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