#8C845B

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

Shades of Clay Creek #8C845B

Tints of Clay Creek #8C845B

Color information

#8C845B (or 0x8C845B) is unknown color: approx Clay Creek. HEX triplet: 8C, 84 and 5B. RGB value is (140,132,91). Sum of RGB (Red+Green+Blue) = 140+132+91=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C845B is #737BA4. Grayscale: #818181. Windows color (decimal): -7568293 or 5997708. OLE color: 5997708.

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

Color convert

RGB14013291-
CMYK00.060.350.45
HSL50.2º21.21%45.29%-
HSV(B)50.2º35%54.9%-
XYZ20.9522.8313.2-
YUV129.72106.15135.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=38.57%
G=36.36%
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.45
SystemRedGreenBlueCMYKHSL
Decimal1401329100.060.350.4550.221.2145.29
Hex8C845B06232D32152d
Octal214204133064355622555
Binary10001100100001001011011011010001110110111001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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