#89805E

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

Shades of Clay Creek #89805E

Tints of Clay Creek #89805E

Color information

#89805E (or 0x89805E) is unknown color: approx Clay Creek. HEX triplet: 89, 80 and 5E. RGB value is (137,128,94). Sum of RGB (Red+Green+Blue) = 137+128+94=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89805E is #767FA1. Grayscale: #7E7E7E. Windows color (decimal): -7765922 or 6193289. OLE color: 6193289.

HSL color Cylindrical-coordinate representation of color #89805E: hue angle of 47.44º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89805E is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13712894-
CMYK00.070.310.46
HSL47.44º18.61%45.29%-
HSV(B)47.44º31.39%53.73%-
XYZ20.0621.5613.7-
YUV126.82109.48135.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=38.16%
G=35.65%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371289400.070.310.4647.4418.6145.29
Hex89805E071F2E2f132d
Octal211200136073756572355
Binary1000100110000000101111001111111110111010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89805E; }

 p { color: rgb(137,128,94); }

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

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

 a { background-color: rgb(137,128,94); }

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

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

 span { border-color: rgb(137,128,94); }

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