#877C48

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

Shades of Clay Creek #877C48

Tints of Clay Creek #877C48

Color information

#877C48 (or 0x877C48) is unknown color: approx Clay Creek. HEX triplet: 87, 7C and 48. RGB value is (135,124,72). Sum of RGB (Red+Green+Blue) = 135+124+72=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #877C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877C48 is #7883B7. Grayscale: #797979. Windows color (decimal): -7898040 or 4750471. OLE color: 4750471.

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

Color convert

RGB13512472-
CMYK00.080.470.47
HSL49.52º30.43%40.59%-
HSV(B)49.52º46.67%52.94%-
XYZ18.3720.039.03-
YUV121.36100.14137.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=40.79%
G=37.46%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351247200.080.470.4749.5230.4340.59
Hex877C48082F2F321e29
Octal2071741100105757623651
Binary10000111111110010010000100010111110111111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877C48; }

 p { color: rgb(135,124,72); }

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

<style>
 a { background-color: #877C48; }

 a { background-color: rgb(135,124,72); }

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

<style>
 span { border-color: #877C48; }

 span { border-color: rgb(135,124,72); }

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