#898550

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

Shades of Clay Creek #898550

Tints of Clay Creek #898550

Color information

#898550 (or 0x898550) is unknown color: approx Clay Creek. HEX triplet: 89, 85 and 50. RGB value is (137,133,80). Sum of RGB (Red+Green+Blue) = 137+133+80=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #898550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898550 is #767AAF. Grayscale: #808080. Windows color (decimal): -7764656 or 5277065. OLE color: 5277065.

HSL color Cylindrical-coordinate representation of color #898550: hue angle of 55.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898550 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13713380-
CMYK00.030.420.46
HSL55.79º26.27%42.55%-
HSV(B)55.79º41.61%53.73%-
XYZ20.1522.6710.9-
YUV128.15100.83134.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=39.14%
G=38%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371338000.030.420.4655.7926.2742.55
Hex898550032A2E381a2b
Octal211205120035256703253
Binary1000100110000101101000001110101010111011100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898550; }

 p { color: rgb(137,133,80); }

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

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

 a { background-color: rgb(137,133,80); }

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

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

 span { border-color: rgb(137,133,80); }

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