#89815D

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

Shades of Clay Creek #89815D

Tints of Clay Creek #89815D

Color information

#89815D (or 0x89815D) is unknown color: approx Clay Creek. HEX triplet: 89, 81 and 5D. RGB value is (137,129,93). Sum of RGB (Red+Green+Blue) = 137+129+93=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89815D is #767EA2. Grayscale: #7F7F7F. Windows color (decimal): -7765667 or 6128009. OLE color: 6128009.

HSL color Cylindrical-coordinate representation of color #89815D: hue angle of 49.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89815D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB13712993-
CMYK00.060.320.46
HSL49.09º19.13%45.1%-
HSV(B)49.09º32.12%53.73%-
XYZ20.1421.8113.5-
YUV127.29108.65134.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=38.16%
G=35.93%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371299300.060.320.4649.0919.1345.1
Hex89815D06202E31132d
Octal211201135064056612355
Binary10001001100000011011101011010000010111011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89815D; }

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

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

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

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

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

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

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

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