#8D845A

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

Shades of Clay Creek #8D845A

Tints of Clay Creek #8D845A

Color information

#8D845A (or 0x8D845A) is unknown color: approx Clay Creek. HEX triplet: 8D, 84 and 5A. RGB value is (141,132,90). Sum of RGB (Red+Green+Blue) = 141+132+90=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D845A is #727BA5. Grayscale: #828282. Windows color (decimal): -7502758 or 5932173. OLE color: 5932173.

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

Color convert

RGB14113290-
CMYK00.060.360.45
HSL49.41º22.08%45.29%-
HSV(B)49.41º36.17%55.29%-
XYZ21.0822.912.98-
YUV129.9105.48135.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=38.84%
G=36.36%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411329000.060.360.4549.4122.0845.29
Hex8D845A06242D31162d
Octal215204132064455612655
Binary10001101100001001011010011010010010110111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,90); }

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

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

 a { background-color: rgb(141,132,90); }

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

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

 span { border-color: rgb(141,132,90); }

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