#888257

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

Shades of Clay Creek #888257

Tints of Clay Creek #888257

Color information

#888257 (or 0x888257) is unknown color: approx Clay Creek. HEX triplet: 88, 82 and 57. RGB value is (136,130,87). Sum of RGB (Red+Green+Blue) = 136+130+87=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #888257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888257 is #777DA8. Grayscale: #7F7F7F. Windows color (decimal): -7830953 or 5735048. OLE color: 5735048.

HSL color Cylindrical-coordinate representation of color #888257: hue angle of 52.65º 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 #888257 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13613087-
CMYK00.040.360.47
HSL52.65º21.97%43.73%-
HSV(B)52.65º36.03%53.33%-
XYZ19.8621.8912.2-
YUV126.89105.49134.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=38.53%
G=36.83%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361308700.040.360.4752.6521.9743.73
Hex88825704242F35162c
Octal210202127044457652654
Binary10001000100000101010111010010010010111111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888257; }

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

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

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

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

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

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

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

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