#8C855B

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

Shades of Clay Creek #8C855B

Tints of Clay Creek #8C855B

Color information

#8C855B (or 0x8C855B) is unknown color: approx Clay Creek. HEX triplet: 8C, 85 and 5B. RGB value is (140,133,91). Sum of RGB (Red+Green+Blue) = 140+133+91=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C855B is #737AA4. Grayscale: #828282. Windows color (decimal): -7568037 or 5997964. OLE color: 5997964.

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

Color convert

RGB14013391-
CMYK00.050.350.45
HSL51.43º21.21%45.29%-
HSV(B)51.43º35%54.9%-
XYZ21.0923.1113.25-
YUV130.3105.82134.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 91 (35.94% from 255) = 25%
R=38.46%
G=36.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401339100.050.350.4551.4321.2145.29
Hex8C855B05232D33152d
Octal214205133054355632555
Binary10001100100001011011011010110001110110111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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