#877F48

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

Shades of Clay Creek #877F48

Tints of Clay Creek #877F48

Color information

#877F48 (or 0x877F48) is unknown color: approx Clay Creek. HEX triplet: 87, 7F and 48. RGB value is (135,127,72). Sum of RGB (Red+Green+Blue) = 135+127+72=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #877F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F48 is #7880B7. Grayscale: #7B7B7B. Windows color (decimal): -7897272 or 4751239. OLE color: 4751239.

HSL color Cylindrical-coordinate representation of color #877F48: hue angle of 52.38º 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 #877F48 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13512772-
CMYK00.060.470.47
HSL52.38º30.43%40.59%-
HSV(B)52.38º46.67%52.94%-
XYZ18.7520.89.16-
YUV123.1299.15136.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=40.42%
G=38.02%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351277200.060.470.4752.3830.4340.59
Hex877F48062F2F341e29
Octal207177110065757643651
Binary1000011111111111001000011010111110111111010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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