#8C855A

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

Shades of Clay Creek #8C855A

Tints of Clay Creek #8C855A

Color information

#8C855A (or 0x8C855A) is unknown color: approx Clay Creek. HEX triplet: 8C, 85 and 5A. RGB value is (140,133,90). Sum of RGB (Red+Green+Blue) = 140+133+90=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C855A is #737AA5. Grayscale: #828282. Windows color (decimal): -7568038 or 5932428. OLE color: 5932428.

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

Color convert

RGB14013390-
CMYK00.050.360.45
HSL51.6º21.74%45.1%-
HSV(B)51.6º35.71%54.9%-
XYZ21.0523.0913.02-
YUV130.19105.32135-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=38.57%
G=36.64%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401339000.050.360.4551.621.7445.1
Hex8C855A05242D34162d
Octal214205132054455642655
Binary10001100100001011011010010110010010110111010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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