#87805D

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

Shades of Clay Creek #87805D

Tints of Clay Creek #87805D

Color information

#87805D (or 0x87805D) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 5D. RGB value is (135,128,93). Sum of RGB (Red+Green+Blue) = 135+128+93=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87805D is #787FA2. Grayscale: #7E7E7E. Windows color (decimal): -7896995 or 6127751. OLE color: 6127751.

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

Color convert

RGB13512893-
CMYK00.050.310.47
HSL50º18.42%44.71%-
HSV(B)50º31.11%52.94%-
XYZ19.6921.3813.44-
YUV126.1109.32134.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=37.92%
G=35.96%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351289300.050.310.475018.4244.71
Hex87805D051F2F32122d
Octal207200135053757622255
Binary1000011110000000101110101011111110111111001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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