#898750

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

Shades of Clay Creek #898750

Tints of Clay Creek #898750

Color information

#898750 (or 0x898750) is unknown color: approx Clay Creek. HEX triplet: 89, 87 and 50. RGB value is (137,135,80). Sum of RGB (Red+Green+Blue) = 137+135+80=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #898750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898750 is #7678AF. Grayscale: #818181. Windows color (decimal): -7764144 or 5277577. OLE color: 5277577.

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

Color convert

RGB13713580-
CMYK00.010.420.46
HSL57.89º26.27%42.55%-
HSV(B)57.89º41.61%53.73%-
XYZ20.4323.2311-
YUV129.33100.16133.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=38.92%
G=38.35%
B=22.73%

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
Decimal1371358000.010.420.4657.8926.2742.55
Hex898750012A2E3a1a2b
Octal211207120015256723253
Binary100010011000011110100000110101010111011101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898750; }

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

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

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

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

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

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

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

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