#87854E

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

Shades of Clay Creek #87854E

Tints of Clay Creek #87854E

Color information

#87854E (or 0x87854E) is unknown color: approx Clay Creek. HEX triplet: 87, 85 and 4E. RGB value is (135,133,78). Sum of RGB (Red+Green+Blue) = 135+133+78=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87854E is #787AB1. Grayscale: #7F7F7F. Windows color (decimal): -7895730 or 5145991. OLE color: 5145991.

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

Color convert

RGB13513378-
CMYK00.010.420.47
HSL57.89º26.76%41.76%-
HSV(B)57.89º42.22%52.94%-
XYZ19.7522.4810.5-
YUV127.33100.16133.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=39.02%
G=38.44%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351337800.010.420.4757.8926.7641.76
Hex87854E012A2F3a1b2a
Octal207205116015257723352
Binary100001111000010110011100110101010111111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,133,78); }

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

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

 a { background-color: rgb(135,133,78); }

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

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

 span { border-color: rgb(135,133,78); }

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