#87804A

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

Shades of Clay Creek #87804A

Tints of Clay Creek #87804A

Color information

#87804A (or 0x87804A) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 4A. RGB value is (135,128,74). Sum of RGB (Red+Green+Blue) = 135+128+74=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #87804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87804A is #787FB5. Grayscale: #7C7C7C. Windows color (decimal): -7897014 or 4882567. OLE color: 4882567.

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

Color convert

RGB13512874-
CMYK00.050.450.47
HSL53.11º29.19%40.98%-
HSV(B)53.11º45.19%52.94%-
XYZ18.9521.089.55-
YUV123.9499.82135.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=40.06%
G=37.98%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351287400.050.450.4753.1129.1940.98
Hex87804A052D2F351d29
Octal207200112055557653551
Binary10000111100000001001010010110110110111111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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