#87814E

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

Shades of Clay Creek #87814E

Tints of Clay Creek #87814E

Color information

#87814E (or 0x87814E) is unknown color: approx Clay Creek. HEX triplet: 87, 81 and 4E. RGB value is (135,129,78). Sum of RGB (Red+Green+Blue) = 135+129+78=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87814E is #787EB1. Grayscale: #7D7D7D. Windows color (decimal): -7896754 or 5144967. OLE color: 5144967.

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

Color convert

RGB13512978-
CMYK00.040.420.47
HSL53.68º26.76%41.76%-
HSV(B)53.68º42.22%52.94%-
XYZ19.2221.410.33-
YUV124.98101.49135.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=39.47%
G=37.72%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351297800.040.420.4753.6826.7641.76
Hex87814E042A2F361b2a
Octal207201116045257663352
Binary10000111100000011001110010010101010111111011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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