#888158

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

Shades of Clay Creek #888158

Tints of Clay Creek #888158

Color information

#888158 (or 0x888158) is unknown color: approx Clay Creek. HEX triplet: 88, 81 and 58. RGB value is (136,129,88). Sum of RGB (Red+Green+Blue) = 136+129+88=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #888158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888158 is #777EA7. Grayscale: #7E7E7E. Windows color (decimal): -7831208 or 5800328. OLE color: 5800328.

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

Color convert

RGB13612988-
CMYK00.050.350.47
HSL51.25º21.43%43.92%-
HSV(B)51.25º35.29%53.33%-
XYZ19.7721.6412.37-
YUV126.42106.32134.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=38.53%
G=36.54%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361298800.050.350.4751.2521.4343.92
Hex88815805232F33152c
Octal210201130054357632554
Binary10001000100000011011000010110001110111111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888158; }

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

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

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

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

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

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

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

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