#87844C

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

Shades of Clay Creek #87844C

Tints of Clay Creek #87844C

Color information

#87844C (or 0x87844C) is unknown color: approx Clay Creek. HEX triplet: 87, 84 and 4C. RGB value is (135,132,76). Sum of RGB (Red+Green+Blue) = 135+132+76=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87844C is #787BB3. Grayscale: #7E7E7E. Windows color (decimal): -7895988 or 5014663. OLE color: 5014663.

HSL color Cylindrical-coordinate representation of color #87844C: hue angle of 56.95º 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 #87844C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13513276-
CMYK00.020.440.47
HSL56.95º27.96%41.37%-
HSV(B)56.95º43.7%52.94%-
XYZ19.5522.1810.09-
YUV126.5199.49134.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=39.36%
G=38.48%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351327600.020.440.4756.9527.9641.37
Hex87844C022C2F391c29
Octal207204114025457713451
Binary1000011110000100100110001010110010111111100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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