#8D815B

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

Shades of Clay Creek #8D815B

Tints of Clay Creek #8D815B

Color information

#8D815B (or 0x8D815B) is unknown color: approx Clay Creek. HEX triplet: 8D, 81 and 5B. RGB value is (141,129,91). Sum of RGB (Red+Green+Blue) = 141+129+91=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D815B is #727EA4. Grayscale: #808080. Windows color (decimal): -7503525 or 5996941. OLE color: 5996941.

HSL color Cylindrical-coordinate representation of color #8D815B: hue angle of 45.6º degrees, saturation: 0.22, 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 #8D815B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB14112991-
CMYK00.090.350.45
HSL45.6º21.55%45.49%-
HSV(B)45.6º35.46%55.29%-
XYZ20.7222.1213.07-
YUV128.26106.98137.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=39.06%
G=35.73%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411299100.090.350.4545.621.5545.49
Hex8D815B09232D2e162d
Octal2152011330114355562655
Binary100011011000000110110110100110001110110110111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,91); }

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

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

 a { background-color: rgb(141,129,91); }

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

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

 span { border-color: rgb(141,129,91); }

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