#898850

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

Shades of Clay Creek #898850

Tints of Clay Creek #898850

Color information

#898850 (or 0x898850) is unknown color: approx Clay Creek. HEX triplet: 89, 88 and 50. RGB value is (137,136,80). Sum of RGB (Red+Green+Blue) = 137+136+80=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #898850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898850 is #7677AF. Grayscale: #828282. Windows color (decimal): -7763888 or 5277833. OLE color: 5277833.

HSL color Cylindrical-coordinate representation of color #898850: hue angle of 58.95º 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 #898850 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13713680-
CMYK00.010.420.46
HSL58.95º26.27%42.55%-
HSV(B)58.95º41.61%53.73%-
XYZ20.5723.5111.04-
YUV129.9299.83133.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=38.81%
G=38.53%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371368000.010.420.4658.9526.2742.55
Hex898850012A2E3b1a2b
Octal211210120015256733253
Binary100010011000100010100000110101010111011101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898850; }

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

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

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

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

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

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

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

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