#8C815A

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

Shades of Clay Creek #8C815A

Tints of Clay Creek #8C815A

Color information

#8C815A (or 0x8C815A) is unknown color: approx Clay Creek. HEX triplet: 8C, 81 and 5A. RGB value is (140,129,90). Sum of RGB (Red+Green+Blue) = 140+129+90=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C815A is #737EA5. Grayscale: #808080. Windows color (decimal): -7569062 or 5931404. OLE color: 5931404.

HSL color Cylindrical-coordinate representation of color #8C815A: hue angle of 46.8º 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 #8C815A is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB14012990-
CMYK00.080.360.45
HSL46.8º21.74%45.1%-
HSV(B)46.8º35.71%54.9%-
XYZ20.5122.0112.84-
YUV127.84106.64136.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=39.00%
G=35.93%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401299000.080.360.4546.821.7445.1
Hex8C815A08242D2f162d
Octal2142011320104455572655
Binary100011001000000110110100100010010010110110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,90); }

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

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

 a { background-color: rgb(140,129,90); }

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

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

 span { border-color: rgb(140,129,90); }

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