#89844C

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

Shades of Clay Creek #89844C

Tints of Clay Creek #89844C

Color information

#89844C (or 0x89844C) is unknown color: approx Clay Creek. HEX triplet: 89, 84 and 4C. RGB value is (137,132,76). Sum of RGB (Red+Green+Blue) = 137+132+76=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89844C is #767BB3. Grayscale: #7F7F7F. Windows color (decimal): -7764916 or 5014665. OLE color: 5014665.

HSL color Cylindrical-coordinate representation of color #89844C: hue angle of 55.08º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89844C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB13713276-
CMYK00.040.450.46
HSL55.08º28.64%41.76%-
HSV(B)55.08º44.53%53.73%-
XYZ19.8722.3410.1-
YUV127.1199.16135.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=39.71%
G=38.26%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371327600.040.450.4655.0828.6441.76
Hex89844C042D2E371d2a
Octal211204114045556673552
Binary10001001100001001001100010010110110111011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89844C; }

 p { color: rgb(137,132,76); }

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

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

 a { background-color: rgb(137,132,76); }

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

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

 span { border-color: rgb(137,132,76); }

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