#89814C

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

Shades of Clay Creek #89814C

Tints of Clay Creek #89814C

Color information

#89814C (or 0x89814C) is unknown color: approx Clay Creek. HEX triplet: 89, 81 and 4C. RGB value is (137,129,76). Sum of RGB (Red+Green+Blue) = 137+129+76=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89814C is #767EB3. Grayscale: #7D7D7D. Windows color (decimal): -7765684 or 5013897. OLE color: 5013897.

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

Color convert

RGB13712976-
CMYK00.060.450.46
HSL52.13º28.64%41.76%-
HSV(B)52.13º44.53%53.73%-
XYZ19.4721.549.97-
YUV125.35100.15136.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 76 (30.08% from 255) = 22.22%
R=40.06%
G=37.72%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371297600.060.450.4652.1328.6441.76
Hex89814C062D2E341d2a
Octal211201114065556643552
Binary10001001100000011001100011010110110111011010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89814C; }

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

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

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

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

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

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

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

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