#898050

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

Shades of Clay Creek #898050

Tints of Clay Creek #898050

Color information

#898050 (or 0x898050) is unknown color: approx Clay Creek. HEX triplet: 89, 80 and 50. RGB value is (137,128,80). Sum of RGB (Red+Green+Blue) = 137+128+80=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #898050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898050 is #767FAF. Grayscale: #7D7D7D. Windows color (decimal): -7765936 or 5275785. OLE color: 5275785.

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

Color convert

RGB13712880-
CMYK00.070.420.46
HSL50.53º26.27%42.55%-
HSV(B)50.53º41.61%53.73%-
XYZ19.4821.3410.68-
YUV125.22102.48136.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=39.71%
G=37.10%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371288000.070.420.4650.5326.2742.55
Hex898050072A2E331a2b
Octal211200120075256633253
Binary10001001100000001010000011110101010111011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898050; }

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

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

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

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

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

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

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

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