#8D855C

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

Shades of Clay Creek #8D855C

Tints of Clay Creek #8D855C

Color information

#8D855C (or 0x8D855C) is unknown color: approx Clay Creek. HEX triplet: 8D, 85 and 5C. RGB value is (141,133,92). Sum of RGB (Red+Green+Blue) = 141+133+92=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D855C is #727AA3. Grayscale: #828282. Windows color (decimal): -7502500 or 6063501. OLE color: 6063501.

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

Color convert

RGB14113392-
CMYK00.060.350.45
HSL50.2º21.03%45.69%-
HSV(B)50.2º34.75%55.29%-
XYZ21.323.2113.48-
YUV130.72106.15135.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=38.52%
G=36.34%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411339200.060.350.4550.221.0345.69
Hex8D855C06232D32152e
Octal215205134064355622556
Binary10001101100001011011100011010001110110111001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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