#89805D

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

Shades of Clay Creek #89805D

Tints of Clay Creek #89805D

Color information

#89805D (or 0x89805D) is unknown color: approx Clay Creek. HEX triplet: 89, 80 and 5D. RGB value is (137,128,93). Sum of RGB (Red+Green+Blue) = 137+128+93=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89805D is #767FA2. Grayscale: #7E7E7E. Windows color (decimal): -7765923 or 6127753. OLE color: 6127753.

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

Color convert

RGB13712893-
CMYK00.070.320.46
HSL47.73º19.13%45.1%-
HSV(B)47.73º32.12%53.73%-
XYZ20.0121.5513.46-
YUV126.7108.98135.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=38.27%
G=35.75%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371289300.070.320.4647.7319.1345.1
Hex89805D07202E30132d
Octal211200135074056602355
Binary10001001100000001011101011110000010111011000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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