#89834E

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

Shades of Clay Creek #89834E

Tints of Clay Creek #89834E

Color information

#89834E (or 0x89834E) is unknown color: approx Clay Creek. HEX triplet: 89, 83 and 4E. RGB value is (137,131,78). Sum of RGB (Red+Green+Blue) = 137+131+78=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89834E is #767CB1. Grayscale: #7E7E7E. Windows color (decimal): -7765170 or 5145481. OLE color: 5145481.

HSL color Cylindrical-coordinate representation of color #89834E: hue angle of 53.9º 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 #89834E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB13713178-
CMYK00.040.430.46
HSL53.9º27.44%42.16%-
HSV(B)53.9º43.07%53.73%-
XYZ19.8122.110.43-
YUV126.75100.49135.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=39.60%
G=37.86%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371317800.040.430.4653.927.4442.16
Hex89834E042B2E361b2a
Octal211203116045356663352
Binary10001001100000111001110010010101110111011011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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