#887F52

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

Shades of Clay Creek #887F52

Tints of Clay Creek #887F52

Color information

#887F52 (or 0x887F52) is unknown color: approx Clay Creek. HEX triplet: 88, 7F and 52. RGB value is (136,127,82). Sum of RGB (Red+Green+Blue) = 136+127+82=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #887F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F52 is #7780AD. Grayscale: #7C7C7C. Windows color (decimal): -7831726 or 5406600. OLE color: 5406600.

HSL color Cylindrical-coordinate representation of color #887F52: hue angle of 50º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887F52 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13612782-
CMYK00.070.400.47
HSL50º24.77%42.75%-
HSV(B)50º39.71%53.33%-
XYZ19.2721.0211.02-
YUV124.56103.98136.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=39.42%
G=36.81%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361278200.070.400.475024.7742.75
Hex887F5207282F32192b
Octal210177122075057623153
Binary1000100011111111010010011110100010111111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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