#898455

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

Shades of Clay Creek #898455

Tints of Clay Creek #898455

Color information

#898455 (or 0x898455) is unknown color: approx Clay Creek. HEX triplet: 89, 84 and 55. RGB value is (137,132,85). Sum of RGB (Red+Green+Blue) = 137+132+85=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #898455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898455 is #767BAA. Grayscale: #808080. Windows color (decimal): -7764907 or 5604489. OLE color: 5604489.

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

Color convert

RGB13713285-
CMYK00.040.380.46
HSL54.23º23.42%43.53%-
HSV(B)54.23º37.96%53.73%-
XYZ20.2122.4811.87-
YUV128.14103.66134.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=38.70%
G=37.29%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371328500.040.380.4654.2323.4243.53
Hex89845504262E36172c
Octal211204125044656662754
Binary10001001100001001010101010010011010111011011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898455; }

 p { color: rgb(137,132,85); }

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

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

 a { background-color: rgb(137,132,85); }

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

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

 span { border-color: rgb(137,132,85); }

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