#888157

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

Shades of Clay Creek #888157

Tints of Clay Creek #888157

Color information

#888157 (or 0x888157) is unknown color: approx Clay Creek. HEX triplet: 88, 81 and 57. RGB value is (136,129,87). Sum of RGB (Red+Green+Blue) = 136+129+87=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #888157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888157 is #777EA8. Grayscale: #7E7E7E. Windows color (decimal): -7831209 or 5734792. OLE color: 5734792.

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

Color convert

RGB13612987-
CMYK00.050.360.47
HSL51.43º21.97%43.73%-
HSV(B)51.43º36.03%53.33%-
XYZ19.7221.6212.15-
YUV126.3105.82134.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=38.64%
G=36.65%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361298700.050.360.4751.4321.9743.73
Hex88815705242F33162c
Octal210201127054457632654
Binary10001000100000011010111010110010010111111001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888157; }

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

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

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

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

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

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

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

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