#887A53

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

Shades of Clay Creek #887A53

Tints of Clay Creek #887A53

Color information

#887A53 (or 0x887A53) is unknown color: approx Clay Creek. HEX triplet: 88, 7A and 53. RGB value is (136,122,83). Sum of RGB (Red+Green+Blue) = 136+122+83=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #887A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A53 is #7785AC. Grayscale: #797979. Windows color (decimal): -7833005 or 5470856. OLE color: 5470856.

HSL color Cylindrical-coordinate representation of color #887A53: hue angle of 44.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887A53 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13612283-
CMYK00.100.390.47
HSL44.15º24.2%42.94%-
HSV(B)44.15º38.97%53.33%-
XYZ18.6719.7811.02-
YUV121.74106.14138.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=39.88%
G=35.78%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361228300.100.390.4744.1524.242.94
Hex887A530A272F2c182b
Octal2101721230124757543053
Binary10001000111101010100110101010011110111110110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A53; }

 p { color: rgb(136,122,83); }

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

<style>
 a { background-color: #887A53; }

 a { background-color: rgb(136,122,83); }

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

<style>
 span { border-color: #887A53; }

 span { border-color: rgb(136,122,83); }

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