#898048

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

Shades of Clay Creek #898048

Tints of Clay Creek #898048

Color information

#898048 (or 0x898048) is unknown color: approx Clay Creek. HEX triplet: 89, 80 and 48. RGB value is (137,128,72). Sum of RGB (Red+Green+Blue) = 137+128+72=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #898048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898048 is #767FB7. Grayscale: #7C7C7C. Windows color (decimal): -7765944 or 4751497. OLE color: 4751497.

HSL color Cylindrical-coordinate representation of color #898048: hue angle of 51.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #898048 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13712872-
CMYK00.070.470.46
HSL51.69º31.1%40.98%-
HSV(B)51.69º47.45%53.73%-
XYZ19.2121.229.22-
YUV124.3198.48137.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=40.65%
G=37.98%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371287200.070.470.4651.6931.140.98
Hex898048072F2E341f29
Octal211200110075756643751
Binary10001001100000001001000011110111110111011010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898048; }

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

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

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

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

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

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

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

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