#8C7C59

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

Shades of Clay Creek #8C7C59

Tints of Clay Creek #8C7C59

Color information

#8C7C59 (or 0x8C7C59) is unknown color: approx Clay Creek. HEX triplet: 8C, 7C and 59. RGB value is (140,124,89). Sum of RGB (Red+Green+Blue) = 140+124+89=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C59 is #7383A6. Grayscale: #7C7C7C. Windows color (decimal): -7570343 or 5864588. OLE color: 5864588.

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

Color convert

RGB14012489-
CMYK00.110.360.45
HSL41.18º22.27%44.9%-
HSV(B)41.18º36.43%54.9%-
XYZ19.8320.7112.4-
YUV124.79107.8138.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=39.66%
G=35.13%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401248900.110.360.4541.1822.2744.9
Hex8C7C590B242D29162d
Octal2141741310134455512655
Binary10001100111110010110010101110010010110110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,89); }

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

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

 a { background-color: rgb(140,124,89); }

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

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

 span { border-color: rgb(140,124,89); }

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