#87834B

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

Shades of Clay Creek #87834B

Tints of Clay Creek #87834B

Color information

#87834B (or 0x87834B) is unknown color: approx Clay Creek. HEX triplet: 87, 83 and 4B. RGB value is (135,131,75). Sum of RGB (Red+Green+Blue) = 135+131+75=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87834B is #787CB4. Grayscale: #7E7E7E. Windows color (decimal): -7896245 or 4948871. OLE color: 4948871.

HSL color Cylindrical-coordinate representation of color #87834B: hue angle of 56º degrees, saturation: 0.29, 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 #87834B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13513175-
CMYK00.030.440.47
HSL56º28.57%41.18%-
HSV(B)56º44.44%52.94%-
XYZ19.3821.899.86-
YUV125.8199.33134.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=39.59%
G=38.42%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351317500.030.440.475628.5741.18
Hex87834B032C2F381d29
Octal207203113035457703551
Binary1000011110000011100101101110110010111111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87834B; }

 p { color: rgb(135,131,75); }

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

<style>
 a { background-color: #87834B; }

 a { background-color: rgb(135,131,75); }

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

<style>
 span { border-color: #87834B; }

 span { border-color: rgb(135,131,75); }

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