#8C7957

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

Shades of Clay Creek #8C7957

Tints of Clay Creek #8C7957

Color information

#8C7957 (or 0x8C7957) is unknown color: approx Clay Creek. HEX triplet: 8C, 79 and 57. RGB value is (140,121,87). Sum of RGB (Red+Green+Blue) = 140+121+87=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7957 is #7386A8. Grayscale: #7A7A7A. Windows color (decimal): -7571113 or 5732748. OLE color: 5732748.

HSL color Cylindrical-coordinate representation of color #8C7957: hue angle of 38.49º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C7957 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14012187-
CMYK00.140.380.45
HSL38.49º23.35%44.51%-
HSV(B)38.49º37.86%54.9%-
XYZ19.3719.9411.84-
YUV122.8107.79140.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 87 (34.38% from 255) = 25%
R=40.23%
G=34.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401218700.140.380.4538.4923.3544.51
Hex8C79570E262D26172d
Octal2141711270164655462755
Binary10001100111100110101110111010011010110110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7957; }

 p { color: rgb(140,121,87); }

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

<style>
 a { background-color: #8C7957; }

 a { background-color: rgb(140,121,87); }

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

<style>
 span { border-color: #8C7957; }

 span { border-color: rgb(140,121,87); }

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