#8C7D4C

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

Shades of Clay Creek #8C7D4C

Tints of Clay Creek #8C7D4C

Color information

#8C7D4C (or 0x8C7D4C) is unknown color: approx Clay Creek. HEX triplet: 8C, 7D and 4C. RGB value is (140,125,76). Sum of RGB (Red+Green+Blue) = 140+125+76=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D4C is #7382B3. Grayscale: #7C7C7C. Windows color (decimal): -7570100 or 5012876. OLE color: 5012876.

HSL color Cylindrical-coordinate representation of color #8C7D4C: hue angle of 45.94º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C7D4C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB14012576-
CMYK00.110.460.45
HSL45.94º29.63%42.35%-
HSV(B)45.94º45.71%54.9%-
XYZ19.4520.769.82-
YUV123.9100.97139.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=41.06%
G=36.66%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401257600.110.460.4545.9429.6342.35
Hex8C7D4C0B2E2D2e1e2a
Octal2141751140135655563652
Binary10001100111110110011000101110111010110110111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,125,76); }

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

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

 a { background-color: rgb(140,125,76); }

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

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

 span { border-color: rgb(140,125,76); }

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