#87805C

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

Shades of Clay Creek #87805C

Tints of Clay Creek #87805C

Color information

#87805C (or 0x87805C) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 5C. RGB value is (135,128,92). Sum of RGB (Red+Green+Blue) = 135+128+92=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87805C is #787FA3. Grayscale: #7E7E7E. Windows color (decimal): -7896996 or 6062215. OLE color: 6062215.

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

Color convert

RGB13512892-
CMYK00.050.320.47
HSL50.23º18.94%44.51%-
HSV(B)50.23º31.85%52.94%-
XYZ19.6421.3613.21-
YUV125.99108.82134.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=38.03%
G=36.06%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351289200.050.320.4750.2318.9444.51
Hex87805C05202F32132d
Octal207200134054057622355
Binary10000111100000001011100010110000010111111001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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