#89844D

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

Shades of Clay Creek #89844D

Tints of Clay Creek #89844D

Color information

#89844D (or 0x89844D) is unknown color: approx Clay Creek. HEX triplet: 89, 84 and 4D. RGB value is (137,132,77). Sum of RGB (Red+Green+Blue) = 137+132+77=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89844D is #767BB2. Grayscale: #7F7F7F. Windows color (decimal): -7764915 or 5080201. OLE color: 5080201.

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

Color convert

RGB13713277-
CMYK00.040.440.46
HSL55º28.04%41.96%-
HSV(B)55º43.8%53.73%-
XYZ19.9122.3610.29-
YUV127.2299.66134.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=39.60%
G=38.15%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371327700.040.440.465528.0441.96
Hex89844D042C2E371c2a
Octal211204115045456673452
Binary10001001100001001001101010010110010111011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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