#898150

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

Shades of Clay Creek #898150

Tints of Clay Creek #898150

Color information

#898150 (or 0x898150) is unknown color: approx Clay Creek. HEX triplet: 89, 81 and 50. RGB value is (137,129,80). Sum of RGB (Red+Green+Blue) = 137+129+80=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #898150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898150 is #767EAF. Grayscale: #7E7E7E. Windows color (decimal): -7765680 or 5276041. OLE color: 5276041.

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

Color convert

RGB13712980-
CMYK00.060.420.46
HSL51.58º26.27%42.55%-
HSV(B)51.58º41.61%53.73%-
XYZ19.6121.610.72-
YUV125.81102.15135.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=39.60%
G=37.28%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371298000.060.420.4651.5826.2742.55
Hex898150062A2E341a2b
Octal211201120065256643253
Binary10001001100000011010000011010101010111011010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898150; }

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

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

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

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

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

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

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

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