#87804C

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

Shades of Clay Creek #87804C

Tints of Clay Creek #87804C

Color information

#87804C (or 0x87804C) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 4C. RGB value is (135,128,76). Sum of RGB (Red+Green+Blue) = 135+128+76=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87804C is #787FB3. Grayscale: #7C7C7C. Windows color (decimal): -7897012 or 5013639. OLE color: 5013639.

HSL color Cylindrical-coordinate representation of color #87804C: hue angle of 52.88º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87804C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13512876-
CMYK00.050.440.47
HSL52.88º27.96%41.37%-
HSV(B)52.88º43.7%52.94%-
XYZ19.0221.119.91-
YUV124.16100.82135.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=39.82%
G=37.76%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351287600.050.440.4752.8827.9641.37
Hex87804C052C2F351c29
Octal207200114055457653451
Binary10000111100000001001100010110110010111111010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87804C; }

 p { color: rgb(135,128,76); }

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

<style>
 a { background-color: #87804C; }

 a { background-color: rgb(135,128,76); }

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

<style>
 span { border-color: #87804C; }

 span { border-color: rgb(135,128,76); }

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