#887A4A

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

Shades of Clay Creek #887A4A

Tints of Clay Creek #887A4A

Color information

#887A4A (or 0x887A4A) is unknown color: approx Clay Creek. HEX triplet: 88, 7A and 4A. RGB value is (136,122,74). Sum of RGB (Red+Green+Blue) = 136+122+74=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #887A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A4A is #7785B5. Grayscale: #787878. Windows color (decimal): -7833014 or 4881032. OLE color: 4881032.

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

Color convert

RGB13612274-
CMYK00.100.460.47
HSL46.45º29.52%41.18%-
HSV(B)46.45º45.59%53.33%-
XYZ18.3519.659.3-
YUV120.71101.64138.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=40.96%
G=36.75%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361227400.100.460.4746.4529.5241.18
Hex887A4A0A2E2F2e1e29
Octal2101721120125657563651
Binary10001000111101010010100101010111010111110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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