#898259

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

Shades of Clay Creek #898259

Tints of Clay Creek #898259

Color information

#898259 (or 0x898259) is unknown color: approx Clay Creek. HEX triplet: 89, 82 and 59. RGB value is (137,130,89). Sum of RGB (Red+Green+Blue) = 137+130+89=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #898259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898259 is #767DA6. Grayscale: #7F7F7F. Windows color (decimal): -7765415 or 5866121. OLE color: 5866121.

HSL color Cylindrical-coordinate representation of color #898259: hue angle of 51.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #898259 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB13713089-
CMYK00.050.350.46
HSL51.25º21.24%44.31%-
HSV(B)51.25º35.04%53.73%-
XYZ20.12212.64-
YUV127.42106.32134.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 89 (35.16% from 255) = 25%
R=38.48%
G=36.52%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371308900.050.350.4651.2521.2444.31
Hex89825905232E33152c
Octal211202131054356632554
Binary10001001100000101011001010110001110111011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898259; }

 p { color: rgb(137,130,89); }

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

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

 a { background-color: rgb(137,130,89); }

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

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

 span { border-color: rgb(137,130,89); }

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