#8C7A4E

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

Shades of Clay Creek #8C7A4E

Tints of Clay Creek #8C7A4E

Color information

#8C7A4E (or 0x8C7A4E) is unknown color: approx Clay Creek. HEX triplet: 8C, 7A and 4E. RGB value is (140,122,78). Sum of RGB (Red+Green+Blue) = 140+122+78=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A4E is #7385B1. Grayscale: #7A7A7A. Windows color (decimal): -7570866 or 5143180. OLE color: 5143180.

HSL color Cylindrical-coordinate representation of color #8C7A4E: hue angle of 42.58º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7A4E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB14012278-
CMYK00.130.440.45
HSL42.58º28.44%42.75%-
HSV(B)42.58º44.29%54.9%-
XYZ19.1520.0410.07-
YUV122.37102.96140.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=41.18%
G=35.88%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401227800.130.440.4542.5828.4442.75
Hex8C7A4E0D2C2D2b1c2b
Octal2141721160155455533453
Binary10001100111101010011100110110110010110110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,78); }

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

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

 a { background-color: rgb(140,122,78); }

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

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

 span { border-color: rgb(140,122,78); }

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