#887F4B

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

Shades of Clay Creek #887F4B

Tints of Clay Creek #887F4B

Color information

#887F4B (or 0x887F4B) is unknown color: approx Clay Creek. HEX triplet: 88, 7F and 4B. RGB value is (136,127,75). Sum of RGB (Red+Green+Blue) = 136+127+75=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #887F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F4B is #7780B4. Grayscale: #7B7B7B. Windows color (decimal): -7831733 or 4947848. OLE color: 4947848.

HSL color Cylindrical-coordinate representation of color #887F4B: hue angle of 51.15º 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 #887F4B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13612775-
CMYK00.070.450.47
HSL51.15º28.91%41.37%-
HSV(B)51.15º44.85%53.33%-
XYZ19.0120.929.69-
YUV123.76100.48136.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=40.24%
G=37.57%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361277500.070.450.4751.1528.9141.37
Hex887F4B072D2F331d29
Octal210177113075557633551
Binary1000100011111111001011011110110110111111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,75); }

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

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

 a { background-color: rgb(136,127,75); }

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

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

 span { border-color: rgb(136,127,75); }

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