#89814E

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

Shades of Clay Creek #89814E

Tints of Clay Creek #89814E

Color information

#89814E (or 0x89814E) is unknown color: approx Clay Creek. HEX triplet: 89, 81 and 4E. RGB value is (137,129,78). Sum of RGB (Red+Green+Blue) = 137+129+78=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89814E is #767EB1. Grayscale: #7D7D7D. Windows color (decimal): -7765682 or 5144969. OLE color: 5144969.

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

Color convert

RGB13712978-
CMYK00.060.430.46
HSL51.86º27.44%42.16%-
HSV(B)51.86º43.07%53.73%-
XYZ19.5421.5710.34-
YUV125.58101.15136.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=39.83%
G=37.5%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371297800.060.430.4651.8627.4442.16
Hex89814E062B2E341b2a
Octal211201116065356643352
Binary10001001100000011001110011010101110111011010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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