#89874F

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

Shades of Clay Creek #89874F

Tints of Clay Creek #89874F

Color information

#89874F (or 0x89874F) is unknown color: approx Clay Creek. HEX triplet: 89, 87 and 4F. RGB value is (137,135,79). Sum of RGB (Red+Green+Blue) = 137+135+79=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89874F is #7678B0. Grayscale: #818181. Windows color (decimal): -7764145 or 5212041. OLE color: 5212041.

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

Color convert

RGB13713579-
CMYK00.010.420.46
HSL57.93º26.85%42.35%-
HSV(B)57.93º42.34%53.73%-
XYZ20.3923.2110.8-
YUV129.2199.66133.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=39.03%
G=38.46%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371357900.010.420.4657.9326.8542.35
Hex89874F012A2E3a1b2a
Octal211207117015256723352
Binary100010011000011110011110110101010111011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89874F; }

 p { color: rgb(137,135,79); }

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

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

 a { background-color: rgb(137,135,79); }

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

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

 span { border-color: rgb(137,135,79); }

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