#888359

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

Shades of Clay Creek #888359

Tints of Clay Creek #888359

Color information

#888359 (or 0x888359) is unknown color: approx Clay Creek. HEX triplet: 88, 83 and 59. RGB value is (136,131,89). Sum of RGB (Red+Green+Blue) = 136+131+89=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #888359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888359 is #777CA6. Grayscale: #7F7F7F. Windows color (decimal): -7830695 or 5866376. OLE color: 5866376.

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

Color convert

RGB13613189-
CMYK00.040.350.47
HSL53.62º20.89%44.12%-
HSV(B)53.62º34.56%53.33%-
XYZ20.0722.1912.68-
YUV127.71106.16133.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 89 (35.16% from 255) = 25%
R=38.20%
G=36.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361318900.040.350.4753.6220.8944.12
Hex88835904232F36152c
Octal210203131044357662554
Binary10001000100000111011001010010001110111111011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888359; }

 p { color: rgb(136,131,89); }

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

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

 a { background-color: rgb(136,131,89); }

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

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

 span { border-color: rgb(136,131,89); }

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