#8C7C51

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

Shades of Clay Creek #8C7C51

Tints of Clay Creek #8C7C51

Color information

#8C7C51 (or 0x8C7C51) is unknown color: approx Clay Creek. HEX triplet: 8C, 7C and 51. RGB value is (140,124,81). Sum of RGB (Red+Green+Blue) = 140+124+81=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C51 is #7383AE. Grayscale: #7C7C7C. Windows color (decimal): -7570351 or 5340300. OLE color: 5340300.

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

Color convert

RGB14012481-
CMYK00.110.420.45
HSL43.73º26.7%43.33%-
HSV(B)43.73º42.14%54.9%-
XYZ19.5120.5810.73-
YUV123.88103.8139.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=40.58%
G=35.94%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401248100.110.420.4543.7326.743.33
Hex8C7C510B2A2D2c1b2b
Octal2141741210135255543353
Binary10001100111110010100010101110101010110110110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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