#87804B

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

Shades of Clay Creek #87804B

Tints of Clay Creek #87804B

Color information

#87804B (or 0x87804B) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 4B. RGB value is (135,128,75). Sum of RGB (Red+Green+Blue) = 135+128+75=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87804B is #787FB4. Grayscale: #7C7C7C. Windows color (decimal): -7897013 or 4948103. OLE color: 4948103.

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

Color convert

RGB13512875-
CMYK00.050.440.47
HSL53º28.57%41.18%-
HSV(B)53º44.44%52.94%-
XYZ18.9821.19.73-
YUV124.05100.32135.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=39.94%
G=37.87%
B=22.19%

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
Decimal1351287500.050.440.475328.5741.18
Hex87804B052C2F351d29
Octal207200113055457653551
Binary10000111100000001001011010110110010111111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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