#8E855C

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

Shades of Clay Creek #8E855C

Tints of Clay Creek #8E855C

Color information

#8E855C (or 0x8E855C) is unknown color: approx Clay Creek. HEX triplet: 8E, 85 and 5C. RGB value is (142,133,92). Sum of RGB (Red+Green+Blue) = 142+133+92=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E855C is #717AA3. Grayscale: #838383. Windows color (decimal): -7436964 or 6063502. OLE color: 6063502.

HSL color Cylindrical-coordinate representation of color #8E855C: hue angle of 49.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E855C is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14213392-
CMYK00.060.350.44
HSL49.2º21.37%45.88%-
HSV(B)49.2º35.21%55.69%-
XYZ21.4723.313.49-
YUV131.02105.98135.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=38.69%
G=36.24%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421339200.060.350.4449.221.3745.88
Hex8E855C06232C31152e
Octal216205134064354612556
Binary10001110100001011011100011010001110110011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,133,92); }

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

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

 a { background-color: rgb(142,133,92); }

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

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

 span { border-color: rgb(142,133,92); }

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