#898358

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

Shades of Clay Creek #898358

Tints of Clay Creek #898358

Color information

#898358 (or 0x898358) is unknown color: approx Clay Creek. HEX triplet: 89, 83 and 58. RGB value is (137,131,88). Sum of RGB (Red+Green+Blue) = 137+131+88=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #898358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898358 is #767CA7. Grayscale: #808080. Windows color (decimal): -7765160 or 5800841. OLE color: 5800841.

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

Color convert

RGB13713188-
CMYK00.040.360.46
HSL52.65º21.78%44.12%-
HSV(B)52.65º35.77%53.73%-
XYZ20.1922.2612.46-
YUV127.89105.49134.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=38.48%
G=36.80%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371318800.040.360.4652.6521.7844.12
Hex89835804242E35162c
Octal211203130044456652654
Binary10001001100000111011000010010010010111011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898358; }

 p { color: rgb(137,131,88); }

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

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

 a { background-color: rgb(137,131,88); }

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

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

 span { border-color: rgb(137,131,88); }

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